reenable libolm

This commit is contained in:
Charlotte 🦝 Delenk 2024-08-30 21:41:15 +02:00
parent 25dbd15633
commit 8df1c2545f

View file

@ -85,4 +85,7 @@
enable = true;
};
i18n.defaultLocale = "nl_NL.UTF-8";
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
}