nixos/tests/nixops: Remove sanitizeDerivationName

This commit is contained in:
Robert Hensing 2022-03-30 10:30:20 +02:00
parent c39eff52dc
commit 04c9dd89bf

View file

@ -97,7 +97,7 @@ let
derivations and all build dependency outputs, all the way down.
*/
allDrvOutputs = pkg:
let name = lib.strings.sanitizeDerivationName "allDrvOutputs-${pkg.pname or pkg.name or "unknown"}";
let name = "allDrvOutputs-${pkg.pname or pkg.name or "unknown"}";
in
pkgs.runCommand name { refs = pkgs.writeReferencesToFile pkg.drvPath; } ''
touch $out