mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 18:20:52 +02:00
feat: fix unecessary failure
This commit is contained in:
parent
73c7531bb3
commit
dbc79339e3
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ def nix_update_flake_config(
|
||||||
branch="update_flake_lock",
|
branch="update_flake_lock",
|
||||||
haltOnFailure=False,
|
haltOnFailure=False,
|
||||||
warnOnFailure=True,
|
warnOnFailure=True,
|
||||||
|
flunkOnFailure=False,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue