tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/plasma5: fix test name
Thomas Tuegel
9 years ago
dcee54c9
7755fcd5
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
plasma5.nix
+1
-1
nixos/tests/plasma5.nix
···
1
1
import ./make-test.nix ({ pkgs, ...} :
2
2
3
3
{
4
4
-
name = "kde5";
4
4
+
name = "plasma5";
5
5
meta = with pkgs.stdenv.lib.maintainers; {
6
6
maintainers = [ ttuegel ];
7
7
};