diff options
Diffstat (limited to 'tests/ca-shell.nix')
-rw-r--r-- | tests/ca-shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ca-shell.nix b/tests/ca-shell.nix index ad2ab6aff..36e1d1526 100644 --- a/tests/ca-shell.nix +++ b/tests/ca-shell.nix @@ -1 +1 @@ -{ ... }@args: import ./shell.nix (args // { contentAddressed = true; }) +{ inNixShell ? false, ... }@args: import ./shell.nix (args // { contentAddressed = true; }) |