reallow electron25
All checks were successful
flake check / check (push) Successful in 8m55s
fmt check / check (push) Successful in 39s

This commit is contained in:
notohh 2023-12-29 12:03:08 -05:00
parent 0af204a038
commit 49e8638e2e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -6,6 +6,7 @@
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.4.16") "electron-25.9.0";
};
};