diff --git a/nixos/release.nix b/nixos/release.nix index 3f6766ad59b8..32046766d8b3 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -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 {};