Do not allow unfree (except steam)
This commit is contained in:
parent
c8f469b6d5
commit
88abf3ed4d
5 changed files with 12 additions and 11 deletions
|
|
@ -37,7 +37,6 @@
|
|||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
lib = nixpkgs.lib;
|
||||
in {
|
||||
|
|
|
|||
Reference in a new issue