Remove global allowUnfree
This commit is contained in:
parent
9fdec35027
commit
9d943cf1b4
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
version-suffix = nixpkgs.rev or (builtins.toString nixpkgs.lastModified);
|
version-suffix = nixpkgs.rev or (builtins.toString nixpkgs.lastModified);
|
||||||
pkgsFor = system: import nixpkgs {
|
pkgsFor = system: import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config = { allowUnfree = true; };
|
|
||||||
};
|
};
|
||||||
mkSystem = system: hostname: nixpkgs.lib.nixosSystem {
|
mkSystem = system: hostname: nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue