kyra(hardening): making nix less bloated with substituters

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-03 15:38:30 +03:00
parent 0ae9f9d2f7
commit 90a01233ee
2 changed files with 0 additions and 19 deletions

View file

@ -4,17 +4,6 @@ _: {
substituters = [
# cache.nixos.org
"https://cache.nixos.org"
# 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/"
];
};
};