summary refs log tree commit diff
path: root/nixos/tests/installed-tests/graphene.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/installed-tests/graphene.nix')
-rw-r--r--nixos/tests/installed-tests/graphene.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/tests/installed-tests/graphene.nix b/nixos/tests/installed-tests/graphene.nix
new file mode 100644
index 00000000000..e43339abd88
--- /dev/null
+++ b/nixos/tests/installed-tests/graphene.nix
@@ -0,0 +1,5 @@
+{ pkgs, makeInstalledTest, ... }:
+
+makeInstalledTest {
+  tested = pkgs.graphene;
+}