reenable libolm 2
This commit is contained in:
parent
8df1c2545f
commit
70c350b75d
1 changed files with 3 additions and 0 deletions
|
@ -175,6 +175,9 @@ rec {
|
||||||
self.overlays.${system}
|
self.overlays.${system}
|
||||||
];
|
];
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
|
config.permittedInsecurePackages = [
|
||||||
|
"olm-3.2.16"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
common = {
|
common = {
|
||||||
inherit
|
inherit
|
||||||
|
|
Loading…
Reference in a new issue