mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
nix-prefetch-scripts: Use correct output of 'nix'
This commit is contained in:
parent
b7437eb012
commit
d359ce90e8
@ -18,7 +18,7 @@ let mkPrefetchScript = tool: src: deps:
|
||||
wrapArgs="$wrapArgs --prefix PATH : $dep/bin"
|
||||
done
|
||||
wrapArgs="$wrapArgs --prefix PATH : ${gnused}/bin"
|
||||
wrapArgs="$wrapArgs --prefix PATH : ${nix}/bin" # For nix-hash
|
||||
wrapArgs="$wrapArgs --prefix PATH : ${nix.out}/bin" # For nix-hash
|
||||
wrapArgs="$wrapArgs --set HOME : /homeless-shelter"
|
||||
wrapProgram $out/bin/$name $wrapArgs
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user