mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
Fix: Explicitly re-declare nix.settings in configuration.nix for proper propagation
This commit is contained in:
parent
be2a070724
commit
8bf0f914c3
2 changed files with 18 additions and 2 deletions
|
|
@ -22,12 +22,12 @@
|
|||
"flakes"
|
||||
];
|
||||
|
||||
nix.settings.substituters = lib.mkForce [
|
||||
nix.settings.substituters = [
|
||||
"https://hyprland.cachix.org"
|
||||
"https://cache.flox.dev"
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
nix.settings.trusted-public-keys = lib.mkForce [
|
||||
nix.settings.trusted-public-keys = [
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"flox-store-public-0:8c/B+kjIaQ+BloCmNkRUKwaVPFWkriSAd0JJvuDu4F0="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue