diff options
author | regnat <rg@regnat.ovh> | 2021-05-11 10:52:17 +0200 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2021-05-17 15:10:48 +0200 |
commit | f46adb783c939c61a087cdfd8af964f4ad6f9816 (patch) | |
tree | c315dcfa20644d0d75b10ca844bce90548519a2f /tests/ca/flake.nix | |
parent | f0c0052d4b16d13d2a826a2839b680b729651179 (diff) |
Add a test for `nix run` with CA derivations
Diffstat (limited to 'tests/ca/flake.nix')
-rw-r--r-- | tests/ca/flake.nix | 3 |
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 {}; +} |