chore(hand7s): nix settings upstream

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 16:20:59 +03:00
parent 930673f046
commit b58f8105b0
2 changed files with 5 additions and 3 deletions

View file

@ -4,17 +4,18 @@ _: {
substituters = [
# cache.nixos.org
"https://cache.nixos.org"
# "https://mirror.yandex.ru/nixos"
# cache.garnix.org
"https://cache.garnix.io"
# cachix
"https://nix-community.cachix.org/"
"https://chaotic-nyx.cachix.org/"
"https://hyprland.cachix.org"
"https://chaotic-nyx.cachix.org/"
# nix-community
"https://hydra.nix-community.org/"
# yandex mirror
"https://mirror.yandex.ru/nixos/"
];
};
};