chore: Update to unstable and pass stable packages down to home-manager
This commit is contained in:
parent
a85c016116
commit
49df2ca301
6 changed files with 48 additions and 18 deletions
|
|
@ -3,6 +3,7 @@
|
|||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
stable,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -13,6 +14,7 @@
|
|||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
home-manager.extraSpecialArgs = { inherit stable; };
|
||||
}
|
||||
)
|
||||
../../modules/security.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue