flake: Update nixpkgs-unstable and related

This commit is contained in:
Alexander Kobjolke 2024-03-11 23:32:32 +01:00
parent e72b9e4a80
commit 49842b7ee1
4 changed files with 23 additions and 21 deletions

View file

@ -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