Cleanup

+1 -1
+1 -1
pkgs/build-support/closure-info.nix
··· 21 21 22 22 builder = builtins.toFile "builder" 23 23 '' 24 - if [ -e .attrs.sh ]; then . .attrs.sh; fi 24 + . .attrs.sh 25 25 26 26 out=''${outputs[out]} 27 27