test: check for correct version in admin settings

This commit is contained in:
WilliButz 2023-10-04 16:32:01 +02:00
parent 251d78a7f2
commit bc05d5ce25
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
2 changed files with 11 additions and 1 deletions

View file

@ -198,7 +198,7 @@
};
};
checks.default = (import ./test.nix {
inherit pkgs;
inherit pkgs authentik-version;
inherit (self) nixosModules;
});
devShells.default = pkgs.mkShell {