Allow unfree on my branch
This commit is contained in:
parent
6a09979aa5
commit
dec9e54872
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,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