summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-04-23 19:14:44 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-04-23 19:25:27 +0200
commitdc87b5587e3fb39e96e6b965a26f324daf7508f8 (patch)
treebb1e3625c850ae1b79bafa9a42ea7bf4b552103d /nixos/release.nix
parent83e1400e0ce762a9932041977e3c9b90f049425b (diff)
downloadnixpkgs-dc87b5587e3fb39e96e6b965a26f324daf7508f8.tar
nixpkgs-dc87b5587e3fb39e96e6b965a26f324daf7508f8.tar.gz
nixpkgs-dc87b5587e3fb39e96e6b965a26f324daf7508f8.tar.bz2
nixpkgs-dc87b5587e3fb39e96e6b965a26f324daf7508f8.tar.lz
nixpkgs-dc87b5587e3fb39e96e6b965a26f324daf7508f8.tar.xz
nixpkgs-dc87b5587e3fb39e96e6b965a26f324daf7508f8.tar.zst
nixpkgs-dc87b5587e3fb39e96e6b965a26f324daf7508f8.zip
nixos: Add a VM test for the SLiM display manager
This is currently our default display manager, so I'm adding this to the
"tested" job as well to ensure we don't ship broken revisions where X is
most likely not working.

The test uses a custom SLiM theme that's specifically tailored for good
OCR results (mainly white background and black fonts without anything
else), because our default NixOS theme has a very small contrast between
background and fonts in some places.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 95b284cb705..0fec97b9c27 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -299,6 +299,7 @@ in rec {
   tests.samba = callTest tests/samba.nix {};
   tests.sddm = callSubTests tests/sddm.nix {};
   tests.simple = callTest tests/simple.nix {};
+  tests.slim = callTest tests/slim.nix {};
   tests.smokeping = callTest tests/smokeping.nix {};
   tests.taskserver = callTest tests/taskserver.nix {};
   tests.tomcat = callTest tests/tomcat.nix {};