unstablePkgs should allow unfree

This commit is contained in:
Benson Chu 2026-04-11 19:11:54 -05:00 committed by Benson Chu
parent fafec15df6
commit 039aef800d

View file

@ -16,7 +16,7 @@
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
unstablePkgs = unstable.legacyPackages.${system};
unstablePkgs = import unstable { inherit system; config.allowUnfree = true; };
updatePkgs = import update { inherit system; config.allowUnfree = true; };
in {
nixosConfigurations = {