Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Cleanup

+2 -2
+2 -2
nixos/modules/services/misc/nix-daemon.nix
··· 33 33 sh = pkgs.stdenv.shell; 34 34 binshDeps = pkgs.writeReferencesToFile sh; 35 35 in 36 - pkgs.runCommand "nix.conf" { extraOptions = cfg.extraOptions; inherit binshDeps; } '' 36 + pkgs.runCommand "nix.conf" { extraOptions = cfg.extraOptions; } '' 37 37 ${optionalString (!isNix20) '' 38 - extraPaths=$(for i in $(cat binshDeps); do if test -d $i; then echo $i; fi; done) 38 + extraPaths=$(for i in $(cat ${binshDeps}); do if test -d $i; then echo $i; fi; done) 39 39 ''} 40 40 cat > $out <<END 41 41 # WARNING: this file is generated from the nix.* options in