about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-09-20 14:53:36 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-09-20 14:53:36 -0500
commitd7d74a19229e1aaf44df0c0fbed90847f2b8c7de (patch)
treead57f27b6d00d394916d53cdc13f11a02cbb4226 /nixos
parentec97f23affd85dc6f0c4a953b7b082ef963f9672 (diff)
downloadnixlib-d7d74a19229e1aaf44df0c0fbed90847f2b8c7de.tar
nixlib-d7d74a19229e1aaf44df0c0fbed90847f2b8c7de.tar.gz
nixlib-d7d74a19229e1aaf44df0c0fbed90847f2b8c7de.tar.bz2
nixlib-d7d74a19229e1aaf44df0c0fbed90847f2b8c7de.tar.lz
nixlib-d7d74a19229e1aaf44df0c0fbed90847f2b8c7de.tar.xz
nixlib-d7d74a19229e1aaf44df0c0fbed90847f2b8c7de.tar.zst
nixlib-d7d74a19229e1aaf44df0c0fbed90847f2b8c7de.zip
nixos/tests/kde5: fix test name
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/kde5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/kde5.nix b/nixos/tests/kde5.nix
index 787dd2f8cbdd..30a0d09d18bb 100644
--- a/nixos/tests/kde5.nix
+++ b/nixos/tests/kde5.nix
@@ -1,7 +1,7 @@
 import ./make-test.nix ({ pkgs, ...} :
 
 {
-  name = "sddm";
+  name = "kde5";
   meta = with pkgs.stdenv.lib.maintainers; {
     maintainers = [ ttuegel ];
   };