summary refs log tree commit diff
path: root/nixos/release-combined.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-combined.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-combined.nix')
-rw-r--r--nixos/release-combined.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 5c1112a1c6d..4217f5940ec 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -94,6 +94,7 @@ in rec {
         (all nixos.tests.proxy)
         (all nixos.tests.sddm.default)
         (all nixos.tests.simple)
+        (all nixos.tests.slim)
         (all nixos.tests.udisks2)
         (all nixos.tests.xfce)