mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
feat: transform failure in warning
This commit is contained in:
parent
c387b4d84b
commit
09781fb8d0
1 changed files with 2 additions and 1 deletions
|
@ -229,7 +229,8 @@ def nix_update_flake_config(
|
||||||
method="clobber",
|
method="clobber",
|
||||||
submodules=True,
|
submodules=True,
|
||||||
branch="update_flake_lock",
|
branch="update_flake_lock",
|
||||||
haltOnFailure=False
|
haltOnFailure=False,
|
||||||
|
warnOnFailure=True
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue