reNixos/ada/nix/settings/substituters.nix
s0me1newithhand7s f79edfb814 fix(ada): nix settings
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 00:13:12 +03:00

26 lines
558 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"
"https://devenv.cachix.org"
# nix-community
"https://hydra.nix-community.org"
# cachyos kernels
"https://attic.xuyh0120.win/lantian"
];
};
};
}