diff options
author | Robert Hensing <robert@roberthensing.nl> | 2023-02-07 16:36:10 +0100 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2023-02-07 16:43:09 +0100 |
commit | 72b18f05a22f46f383e0476262dc363ac0318aa6 (patch) | |
tree | 84945b55f4161c6dbd4ffdd099fd6445723703ca /flake.nix | |
parent | 895dfc656a21f6252ddf48df0d1f215effa04ecb (diff) |
Add a basic daemon authorization test
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |