Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 4228681

Browse files
authored
Merge pull request #1438 from jmesa85/issue-1436
feat(back): #1436 enable fallback
2 parents efe0503 + c83d508 commit 4228681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli/main/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ def _nix_build(
277277
*["--argstr", "projectSrc", head],
278278
*["--argstr", "attrPaths", attr_paths],
279279
*["--attr", attr],
280+
*["--fallback"],
280281
*["--option", "experimental-features", "flakes nix-command"],
281282
*["--option", "cores", "0"],
282283
*["--option", "narinfo-cache-negative-ttl", "1"],

0 commit comments

Comments
 (0)