unstablePkgs should allow unfree

This commit is contained in:
Benson Chu 2026-04-11 19:11:54 -05:00 committed by Benson Chu
parent 8fa8cfebc8
commit 658bf36861

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 = {