Added binary cache

This commit is contained in:
Alexandre 2026-01-09 23:35:57 +01:00
parent bd3341aac5
commit 2422470930

View File

@ -30,6 +30,19 @@
# Prevent hanging builds # Prevent hanging builds
max-silent-time = 3600; max-silent-time = 3600;
timeout = 1800; timeout = 1800;
# Package caches
substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
"https://hyprland.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
}; };
}; };