From 7e4c8db4751eb8340d25a9a2accfbbee0859cc77 Mon Sep 17 00:00:00 2001 From: volth Date: Mon, 26 Feb 2018 19:55:07 +0000 Subject: [PATCH] nixos/tests: add forgotten xrdp.nix --- nixos/release.nix | 1 + 1 file changed, 1 insertion(+) 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 {};