aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-02-07 16:36:10 +0100
committerRobert Hensing <robert@roberthensing.nl>2023-02-07 16:43:09 +0100
commit72b18f05a22f46f383e0476262dc363ac0318aa6 (patch)
tree84945b55f4161c6dbd4ffdd099fd6445723703ca /flake.nix
parent895dfc656a21f6252ddf48df0d1f215effa04ecb (diff)
Add a basic daemon authorization test
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0325f33b1..7f0b738f8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -499,6 +499,8 @@
};
# System tests.
+ tests.authorization = runNixOSTestFor "x86_64-linux" ./tests/nixos/authorization.nix;
+
tests.remoteBuilds = runNixOSTestFor "x86_64-linux" ./tests/nixos/remote-builds.nix;
tests.nix-copy-closure = runNixOSTestFor "x86_64-linux" ./tests/nixos/nix-copy-closure.nix;