summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2018-06-08 22:30:24 +0200
committerAndreas Rammhold <andreas@rammhold.de>2018-06-08 22:31:47 +0200
commite1790030262d1ce4a28144363469af96a588b21d (patch)
treef6b3011bea292358bed7a6ec0f0f0cd986bcecd2 /nixos/release.nix
parentea8b37c1c849b9c953f4beadb84cb061d75de40d (diff)
downloadnixlib-e1790030262d1ce4a28144363469af96a588b21d.tar
nixlib-e1790030262d1ce4a28144363469af96a588b21d.tar.gz
nixlib-e1790030262d1ce4a28144363469af96a588b21d.tar.bz2
nixlib-e1790030262d1ce4a28144363469af96a588b21d.tar.lz
nixlib-e1790030262d1ce4a28144363469af96a588b21d.tar.xz
nixlib-e1790030262d1ce4a28144363469af96a588b21d.tar.zst
nixlib-e1790030262d1ce4a28144363469af96a588b21d.zip
nixos/tests; add haproxy
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 8777d85c5d46..fd4c40a24c89 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -300,6 +300,7 @@ in rec {
   tests.grafana = callTest tests/grafana.nix {};
   tests.graphite = callTest tests/graphite.nix {};
   tests.hardened = callTest tests/hardened.nix { };
+  tests.haproxy = callTest tests/haproxy.nix {};
   tests.hibernate = callTest tests/hibernate.nix {};
   tests.hitch = callTest tests/hitch {};
   tests.home-assistant = callTest tests/home-assistant.nix { };