summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorUli Baum <xeji@cat3.de>2018-05-05 00:22:18 +0200
committerUli Baum <xeji@cat3.de>2018-05-05 00:27:15 +0200
commitf039bf9abc91ec812f66126dc54a05d8a84a95f2 (patch)
treec5c7f4fbd74f1a5a22341072d7de1879ed81177a /nixos/release.nix
parent9d0b6b9dfc92a2704e2111aa836f5bdbf8c9ba42 (diff)
panamax: remove packages, module and test
was broken and depends on (deprecated) fleet
packages: panamax_api, panamax_ui
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 5b6640f1d3ccf..ebe23ebed02ac 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -360,7 +360,6 @@ in rec {
   tests.openldap = callTest tests/openldap.nix {};
   tests.owncloud = callTest tests/owncloud.nix {};
   tests.pam-oath-login = callTest tests/pam-oath-login.nix {};
-  #tests.panamax = callTestOnMatchingSystems ["x86_64-linux"] tests/panamax.nix {};
   tests.peerflix = callTest tests/peerflix.nix {};
   tests.php-pcre = callTest tests/php-pcre.nix {};
   tests.postgresql = callSubTests tests/postgresql.nix {};