forked from mirrors_public/oddlama_nix-config
chore: update flake inputs
This commit is contained in:
parent
558f67ee7d
commit
a53c4524bb
4 changed files with 63 additions and 124 deletions
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue