reNixos/hand7s/nix/settings/substituters.nix
s0me1newithhand7s b58f8105b0 chore(hand7s): nix settings upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 16:20:59 +03:00

22 lines
453 B
Nix

_: {
nix = {
settings = {
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"
# nix-community
"https://hydra.nix-community.org/"
];
};
};
}