mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
Allow users to opt out of devShell fallback
This commit is contained in:
parent
c0270d9f3c
commit
94fc26eaa2
6 changed files with 71 additions and 6 deletions
|
|
@ -9,7 +9,6 @@ let
|
|||
in
|
||||
pkgs.mkShell {
|
||||
DIRENV_STDLIB = "${test_pkgs.direnv-stdlib}";
|
||||
DIRENVRC = "${nix-direnv}/share/nix-direnv/direnvrc";
|
||||
BATS_LIB_PATH = lib.strings.makeSearchPath "" (
|
||||
with test_pkgs;
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue