aboutsummaryrefslogtreecommitdiff
path: root/tests/ca/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ca/flake.nix')
-rw-r--r--tests/ca/flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ca/flake.nix b/tests/ca/flake.nix
new file mode 100644
index 000000000..332c92a67
--- /dev/null
+++ b/tests/ca/flake.nix
@@ -0,0 +1,3 @@
+{
+ outputs = { self }: import ./content-addressed.nix {};
+}