summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2016-01-24 04:06:19 +0000
committerDan Peebles <pumpkin@me.com>2016-01-24 04:06:19 +0000
commitdd184470550d02ca8f89a0c11b9b20de3ecfa3d1 (patch)
treea4817c09cda6bfa8576a2676ee95e9748bf813cf /nixos/release.nix
parent78956c77c019456d7528075f9487d6a5620d3588 (diff)
downloadnixlib-dd184470550d02ca8f89a0c11b9b20de3ecfa3d1.tar
nixlib-dd184470550d02ca8f89a0c11b9b20de3ecfa3d1.tar.gz
nixlib-dd184470550d02ca8f89a0c11b9b20de3ecfa3d1.tar.bz2
nixlib-dd184470550d02ca8f89a0c11b9b20de3ecfa3d1.tar.lz
nixlib-dd184470550d02ca8f89a0c11b9b20de3ecfa3d1.tar.xz
nixlib-dd184470550d02ca8f89a0c11b9b20de3ecfa3d1.tar.zst
nixlib-dd184470550d02ca8f89a0c11b9b20de3ecfa3d1.zip
grsecurity: add NixOS VM test
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 3c7cf84c6729..9c15b1ea0746 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -230,6 +230,7 @@ in rec {
   #tests.gitlab = callTest tests/gitlab.nix {};
   tests.gnome3 = callTest tests/gnome3.nix {};
   tests.gnome3-gdm = callTest tests/gnome3-gdm.nix {};
+  tests.grsecurity = callTest tests/grsecurity.nix {};
   tests.i3wm = callTest tests/i3wm.nix {};
   tests.installer.grub1 = forAllSystems (system: hydraJob (import tests/installer.nix { inherit system; }).grub1.test);
   tests.installer.lvm = forAllSystems (system: hydraJob (import tests/installer.nix { inherit system; }).lvm.test);