cleanup scope and re-enable override-scope test

Based on the discussion from #27
This commit is contained in:
WilliButz 2025-02-02 14:14:11 +01:00
parent e877502737
commit d653af66b3
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70
3 changed files with 35 additions and 36 deletions

View file

@ -119,11 +119,11 @@
inherit pkgs authentik-version;
inherit (self) nixosModules;
});
# override-scope = (import tests/override-scope.nix {
# inherit pkgs authentik-version;
# inherit (self) nixosModules;
# inherit (self.lib) mkAuthentikScope;
# });
override-scope = (import tests/override-scope.nix {
inherit pkgs authentik-version;
inherit (self) nixosModules;
inherit (self.lib) mkAuthentikScope;
});
};
};
});