nix: update insecure pkg
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Failing after 20m57s

This commit is contained in:
notohh 2024-01-05 11:27:37 -05:00
parent 7042b54b41
commit 2ba97ff95d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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";
};
};