mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 18:20:52 +02:00
fix: few improvments
This commit is contained in:
parent
2d0119a7ed
commit
1937e54bc5
1 changed files with 3 additions and 1 deletions
|
@ -230,7 +230,7 @@ def nix_update_flake_config(
|
||||||
submodules=True,
|
submodules=True,
|
||||||
branch="update_flake_lock",
|
branch="update_flake_lock",
|
||||||
haltOnFailure=False,
|
haltOnFailure=False,
|
||||||
warnOnFailure=True
|
warnOnFailure=True,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -316,6 +316,7 @@ def nix_update_flake_config(
|
||||||
"main",
|
"main",
|
||||||
],
|
],
|
||||||
haltOnFailure = True
|
haltOnFailure = True
|
||||||
|
flunkOnFailure = False
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return util.BuilderConfig(
|
return util.BuilderConfig(
|
||||||
|
@ -403,6 +404,7 @@ def nix_build_config(
|
||||||
util.Property("drv_path"),
|
util.Property("drv_path"),
|
||||||
],
|
],
|
||||||
haltOnFailure=True,
|
haltOnFailure=True,
|
||||||
|
warnOnFailure=True,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue