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