aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/ca-shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/ca-shell.nix')
-rw-r--r--tests/functional/ca-shell.nix1
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; })