Merge pull request #5779 from cstrahan/prefetch-scripts-home
prefetch-scripts: improve purity
This commit is contained in:
commit
afe7612e89
|
@ -17,6 +17,7 @@ stdenv.mkDerivation {
|
|||
wrapArgs="$wrapArgs --prefix PATH : $dep/bin"
|
||||
done
|
||||
wrapArgs="$wrapArgs --prefix PATH : ${gnused}/bin"
|
||||
wrapArgs="$wrapArgs --set HOME : /homeless-shelter"
|
||||
wrapProgram $out/bin/$name $wrapArgs
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue