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