Set fallback for binary caches

This makes builds not fail when my own binary cache is offline for some reason
This commit is contained in:
2025-07-26 08:13:02 +02:00
parent e62f6e9dce
commit a9e30bd84b
2 changed files with 6 additions and 0 deletions

View File

@@ -39,5 +39,8 @@
];
# nix.settings. # warn-dirty = false; # TODO: do I want this
#
# Ensure we can still build when missing-server is not accessible
fallback = true;
};
}

View File

@@ -21,5 +21,8 @@
"root"
"@wheel"
]; # needed for devenv to add custom caches
# Ensure we can still build when missing-server is not accessible
fallback = true;
};
}