1
0
Fork 0

configuration/common: Handle broken nix caches properly

This commit is contained in:
clerie 2023-09-09 18:45:13 +02:00
parent 9c1e96db8d
commit 127ae75544
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
auto-optimise-store = true;
# Keep buildtime dependencies
keep-outputs = true;
# Build local, when caches are broken
fallback = true;
};
environment.systemPackages = with pkgs; [