chore: update flake inputs

This commit is contained in:
oddlama 2023-12-17 17:54:45 +01:00
parent 558f67ee7d
commit a53c4524bb
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 63 additions and 124 deletions

View file

@ -2,6 +2,7 @@
inputs,
lib,
minimal,
pkgs,
...
}:
{
@ -56,4 +57,8 @@
nix.settings.trusted-substituters = ["https://ai.cachix.org"];
nix.settings.trusted-public-keys = ["ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc="];
nixpkgs.config.permittedInsecurePackages = lib.warnIf (pkgs.obsidian.version != "1.4.16") "REMOVE THIS obsidian electron override! in kroma.nix" [
"electron-25.9.0"
];
}