renge: Permit insecure olm
This commit is contained in:
parent
f90ff9690b
commit
718e647cbd
|
@ -8,4 +8,9 @@
|
|||
./mautrix-whatsapp.nix
|
||||
./go-neb.nix
|
||||
];
|
||||
|
||||
# required by mautrix-whatsapp and go-neb
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue