flake: update per-system nixpkgs config

This commit is contained in:
Gabriel Arazas 2024-01-20 17:23:13 +08:00
parent 1915a106c9
commit 436bfacf00
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -69,6 +69,7 @@
# for building NixOS and home-manager systems. # for building NixOS and home-manager systems.
pkgs = import inputs.nixpkgs { pkgs = import inputs.nixpkgs {
inherit system; inherit system;
config.allowUnfree = true;
overlays = lib.attrValues inputs.self.overlays ++ [ overlays = lib.attrValues inputs.self.overlays ++ [
inputs.nur.overlay inputs.nur.overlay
]; ];