mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
Merge pull request #10 from crabtw/master
Fix nix-instantiate substituted path
This commit is contained in:
commit
a73dd8e640
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||||
substituteInPlace direnvrc \
|
substituteInPlace direnvrc \
|
||||||
--replace "grep" "${gnugrep}/bin/grep" \
|
--replace "grep" "${gnugrep}/bin/grep" \
|
||||||
--replace "nix-shell" "${nix}/bin/nix-shell" \
|
--replace "nix-shell" "${nix}/bin/nix-shell" \
|
||||||
--replace "nix-instantiate" "${nix}/bin/nix-shell"
|
--replace "nix-instantiate" "${nix}/bin/nix-instantiate"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue