nix: update insecure pkg
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Failing after 20m57s
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Failing after 20m57s
This commit is contained in:
parent
7042b54b41
commit
2ba97ff95d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.4.16") "electron-25.9.0";
|
||||
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.5.3") "electron-25.9.0";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue