home manager use nixpkgs-unstable
This commit is contained in:
parent
446e1f20a1
commit
9fa62a9695
3 changed files with 28 additions and 21 deletions
|
|
@ -75,7 +75,7 @@ let
|
|||
unstable = cfg.unstable or false;
|
||||
extraModules = cfg.extraModules or [ ];
|
||||
specialArgs = {
|
||||
inherit authentik-nix;
|
||||
inherit authentik-nix nixpkgs-unstable;
|
||||
}
|
||||
// (cfg.specialArgs or { });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue