This commit is contained in:
batteredbunny 2025-02-09 01:20:32 +02:00
parent cab4aa65a5
commit 7d91624c8c

View file

@ -17,7 +17,13 @@
];
nixpkgs = {
config.allowUnfree = true;
config = {
allowUnfree = true;
permittedInsecurePackages = [
"olm-3.2.16" # mautrix-telegram is still using the old one ugh
];
};
overlays = [
inputs.nix-minecraft-plugin-upgrade.overlays.default
];