about summary refs log tree commit diff
path: root/nixos/tests/stratis/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/stratis/default.nix')
-rw-r--r--nixos/tests/stratis/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/tests/stratis/default.nix b/nixos/tests/stratis/default.nix
new file mode 100644
index 0000000000000..6964852e30a09
--- /dev/null
+++ b/nixos/tests/stratis/default.nix
@@ -0,0 +1,7 @@
+{ system ? builtins.currentSystem
+, pkgs ? import ../../.. { inherit system; }
+}:
+
+{
+  simple = import ./simple.nix { inherit system pkgs; };
+}