reallow electron25
All checks were successful
flake check / check (push) Successful in 8m55s
fmt check / check (push) Successful in 39s
All checks were successful
flake check / check (push) Successful in 8m55s
fmt check / check (push) Successful in 39s
This commit is contained in:
parent
0af204a038
commit
49e8638e2e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.4.16") "electron-25.9.0";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue