test: move to tests dir

This commit is contained in:
WilliButz 2023-12-10 14:57:17 +01:00
parent ed999ba030
commit 1b9f4dce95
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
2 changed files with 1 additions and 1 deletions

View file

@ -210,7 +210,7 @@
}; };
checks = { checks = {
default = self.checks.${system}.vmtest; default = self.checks.${system}.vmtest;
vmtest = (import ./test.nix { vmtest = (import tests/minimal-vmtest.nix {
inherit pkgs authentik-version; inherit pkgs authentik-version;
inherit (self) nixosModules; inherit (self) nixosModules;
}); });