summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-10-12 18:58:56 -0400
committerGraham Christensen <graham@grahamc.com>2016-10-15 13:54:59 -0400
commit6c7a605714b8971f889887e68f44e0ec1461012a (patch)
tree21d18f3d1f95e478ad0466c38c31e20582e1c890 /nixos/release.nix
parent14384f02e86800b70527265b611d6f6788b3ba99 (diff)
downloadnixpkgs-6c7a605714b8971f889887e68f44e0ec1461012a.tar
nixpkgs-6c7a605714b8971f889887e68f44e0ec1461012a.tar.gz
nixpkgs-6c7a605714b8971f889887e68f44e0ec1461012a.tar.bz2
nixpkgs-6c7a605714b8971f889887e68f44e0ec1461012a.tar.lz
nixpkgs-6c7a605714b8971f889887e68f44e0ec1461012a.tar.xz
nixpkgs-6c7a605714b8971f889887e68f44e0ec1461012a.tar.zst
nixpkgs-6c7a605714b8971f889887e68f44e0ec1461012a.zip
hound: init module
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 10c624afebc..fbd3efd16ff 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -245,6 +245,7 @@ in rec {
   tests.gnome3-gdm = callTest tests/gnome3-gdm.nix {};
   tests.grsecurity = callTest tests/grsecurity.nix {};
   tests.hibernate = callTest tests/hibernate.nix {};
+  tests.hound = callTest tests/hound.nix {};
   tests.i3wm = callTest tests/i3wm.nix {};
   tests.installer = callSubTests tests/installer.nix {};
   tests.influxdb = callTest tests/influxdb.nix {};