about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorLeon Schuermann <leon-git@lschuermann.xyz>2018-01-17 21:56:08 +0700
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-01-17 14:56:08 +0000
commitf297ddb5c97b23756c2a0685536edffeb20720c4 (patch)
tree8e2fef07aaea6c6b43c3655477fe4bf9ef751cfb /nixos/release.nix
parent9844e027c4a078cdc99e47ca8ba1e4fc13bf5667 (diff)
downloadnixlib-f297ddb5c97b23756c2a0685536edffeb20720c4.tar
nixlib-f297ddb5c97b23756c2a0685536edffeb20720c4.tar.gz
nixlib-f297ddb5c97b23756c2a0685536edffeb20720c4.tar.bz2
nixlib-f297ddb5c97b23756c2a0685536edffeb20720c4.tar.lz
nixlib-f297ddb5c97b23756c2a0685536edffeb20720c4.tar.xz
nixlib-f297ddb5c97b23756c2a0685536edffeb20720c4.tar.zst
nixlib-f297ddb5c97b23756c2a0685536edffeb20720c4.zip
sudo: define extra rules in Nix language (#33905)
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 39c550b62774..e69a7f6d6f89 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -337,6 +337,7 @@ in rec {
   tests.smokeping = callTest tests/smokeping.nix {};
   tests.snapper = callTest tests/snapper.nix {};
   tests.statsd = callTest tests/statsd.nix {};
+  tests.sudo = callTest tests/sudo.nix {};
   tests.switchTest = callTest tests/switch-test.nix {};
   tests.taskserver = callTest tests/taskserver.nix {};
   tests.tomcat = callTest tests/tomcat.nix {};