flake: Update nixpkgs-unstable and related
This commit is contained in:
parent
e72b9e4a80
commit
49842b7ee1
4 changed files with 23 additions and 21 deletions
|
|
@ -2,7 +2,8 @@
|
|||
imports = [
|
||||
({ inputs, lib, ... }: {
|
||||
nixpkgs = { config.allowUnfree = true; };
|
||||
nix.registry = lib.mapAttrs (_: value: { flake = value; }) inputs;
|
||||
nix.registry =
|
||||
lib.mkForce (lib.mapAttrs (_: value: { flake = value; }) inputs);
|
||||
})
|
||||
../../modules/security.nix
|
||||
../../modules/common-system.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue