forked from mirrors/nixpkgs
Merge pull request #35682 from volth/patch-110
nixos/tests: add forgotten xrdp.nix
This commit is contained in:
commit
ec6ce86266
|
@ -361,6 +361,7 @@ in rec {
|
|||
tests.wordpress = callTest tests/wordpress.nix {};
|
||||
tests.xfce = callTest tests/xfce.nix {};
|
||||
tests.xmonad = callTest tests/xmonad.nix {};
|
||||
tests.xrdp = callTest tests/xrdp.nix {};
|
||||
tests.yabar = callTest tests/yabar.nix {};
|
||||
tests.zookeeper = callTest tests/zookeeper.nix {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue