Allow cinny even though libolm is insecure

This commit is contained in:
Lillian Violet 2024-10-02 18:25:13 +02:00
parent 431e922ee4
commit 358c76b152

View file

@ -17,6 +17,7 @@
#TODO: remove this when unneeded for freetube
nixpkgs.config.permittedInsecurePackages = [
"python3.12-youtube-dl-2021.12.17"
"cinny-4.2.1"
];
nix = {
package = pkgs.lix;