unstablePkgs should allow unfree

This commit is contained in:
Benson Chu 2026-04-11 19:11:54 -05:00 committed by Benson Chu
parent 9ccd312419
commit d4c2fbc6f4

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