forked from the-distro/channel-scripts
Fix adding nix to $PATH
This commit is contained in:
parent
579cbfc508
commit
91f79b69a3
|
@ -50,7 +50,7 @@
|
|||
-lsqlite3 -lnixrust
|
||||
|
||||
cp ${./mirror-nixos-branch.pl} $out/bin/mirror-nixos-branch
|
||||
wrapProgram $out/bin/mirror-nixos-branch --set PERL5LIB $PERL5LIB --prefix PATH : ${wget}/bin:${git}/bin:${nix}/bin:${gnutar}/bin:${xz}/bin:${rsync}/bin:${openssh}/bin:$out/bin
|
||||
wrapProgram $out/bin/mirror-nixos-branch --set PERL5LIB $PERL5LIB --prefix PATH : ${wget}/bin:${git}/bin:${final.nix}/bin:${gnutar}/bin:${xz}/bin:${rsync}/bin:${openssh}/bin:$out/bin
|
||||
|
||||
patchShebangs $out/bin
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue