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