unstablePkgs should allow unfree
This commit is contained in:
parent
8fa8cfebc8
commit
658bf36861
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
unstablePkgs = unstable.legacyPackages.${system};
|
unstablePkgs = import unstable { inherit system; config.allowUnfree = true; };
|
||||||
updatePkgs = import update { inherit system; config.allowUnfree = true; };
|
updatePkgs = import update { inherit system; config.allowUnfree = true; };
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue