cleanup scope and re-enable override-scope test
Based on the discussion from #27
This commit is contained in:
parent
e877502737
commit
d653af66b3
3 changed files with 35 additions and 36 deletions
10
flake.nix
10
flake.nix
|
|
@ -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;
|
||||
});
|
||||
};
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue