Allow users to opt out of devShell fallback

This commit is contained in:
Bryan Bennett 2025-08-28 15:03:07 -04:00
parent c0270d9f3c
commit 94fc26eaa2
6 changed files with 71 additions and 6 deletions

View file

@ -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;
[