Skip to content

Commit

Permalink
nix-prefetch-git: fix wrapProgram call
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Aug 8, 2017
1 parent 67f37b7 commit c00a95b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let mkPrefetchScript = tool: src: deps:
done
wrapArgs="$wrapArgs --prefix PATH : ${gnused}/bin"
wrapArgs="$wrapArgs --prefix PATH : ${nix.out}/bin" # For nix-hash
wrapArgs="$wrapArgs --set HOME : /homeless-shelter"
wrapArgs="$wrapArgs --set HOME /homeless-shelter"
wrapProgram $out/bin/$name $wrapArgs
'';

Expand Down

0 comments on commit c00a95b

Please sign in to comment.