Ugh fine
This commit is contained in:
parent
cab4aa65a5
commit
7d91624c8c
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue