forked from pub-solar/os
Allow unfree software
This commit is contained in:
parent
9e6cf4ba02
commit
0a182761ca
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
inherit self inputs;
|
inherit self inputs;
|
||||||
|
|
||||||
channelsConfig = {
|
channelsConfig = {
|
||||||
# allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
supportedSystems = [ "x86_64-linux" "aarch64-linux" ];
|
supportedSystems = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue