feat: transform failure in warning

This commit is contained in:
Luj 2023-03-10 23:50:57 +01:00
parent 85588c63ef
commit 9a12595d1e

View file

@ -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
) )
) )