summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2018-06-08 23:41:05 +0200
committerGitHub <noreply@github.com>2018-06-08 23:41:05 +0200
commit0decee48f5832261143fbfbef4c8684cd3c787cd (patch)
tree7faaa0be1a15b138c0fec37dbcb3ebb115483c5c /nixos/release.nix
parent5e89ea75ba8a8609d4254327f909a94a69e1128b (diff)
parent4c9c4c0a97c175e931ef695b8de744947b237e5f (diff)
downloadnixlib-0decee48f5832261143fbfbef4c8684cd3c787cd.tar
nixlib-0decee48f5832261143fbfbef4c8684cd3c787cd.tar.gz
nixlib-0decee48f5832261143fbfbef4c8684cd3c787cd.tar.bz2
nixlib-0decee48f5832261143fbfbef4c8684cd3c787cd.tar.lz
nixlib-0decee48f5832261143fbfbef4c8684cd3c787cd.tar.xz
nixlib-0decee48f5832261143fbfbef4c8684cd3c787cd.tar.zst
nixlib-0decee48f5832261143fbfbef4c8684cd3c787cd.zip
Merge pull request #41466 from andir/haproxy-1.8.9
Haproxy 1.8.9
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 d2eaa22dc6fc..2b9c58df95bc 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 { };