home manager use nixpkgs-unstable

This commit is contained in:
pazpi 2026-03-08 18:02:19 +01:00
parent 446e1f20a1
commit 9fa62a9695
No known key found for this signature in database
3 changed files with 28 additions and 21 deletions

View file

@ -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 { });
}