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