From c83d508b193425453fc6208c2637337191bfdf72 Mon Sep 17 00:00:00 2001 From: Jonathan Mesa Date: Wed, 4 Jun 2025 13:23:31 -0500 Subject: [PATCH] feat(back): fluidattacks#1436 enable fallback - Enable fallback on nix-build to allow building the derivation if the output paths through the substitutes fails Signed-off-by: Jonathan Mesa --- src/cli/main/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/main/cli.py b/src/cli/main/cli.py index 3c698d7e..3c779265 100644 --- a/src/cli/main/cli.py +++ b/src/cli/main/cli.py @@ -277,6 +277,7 @@ def _nix_build( *["--argstr", "projectSrc", head], *["--argstr", "attrPaths", attr_paths], *["--attr", attr], + *["--fallback"], *["--option", "experimental-features", "flakes nix-command"], *["--option", "cores", "0"], *["--option", "narinfo-cache-negative-ttl", "1"],