unstablePkgs should allow unfree
This commit is contained in:
parent
fafec15df6
commit
039aef800d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue