reNixos/kyra/nix/settings/substituters.nix
s0me1newithhand7s 90a01233ee kyra(hardening): making nix less bloated with substituters
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 16:06:51 +03:00

10 lines
138 B
Nix

_: {
nix = {
settings = {
substituters = [
# cache.nixos.org
"https://cache.nixos.org"
];
};
};
}