From 127ae75544cf5b91545b6eed456e3b9bb33fd9b7 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 9 Sep 2023 18:45:13 +0200 Subject: [PATCH] configuration/common: Handle broken nix caches properly --- configuration/common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/common/default.nix b/configuration/common/default.nix index efebb33..21d8fd3 100644 --- a/configuration/common/default.nix +++ b/configuration/common/default.nix @@ -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; [