fix: Fixed pipeline not working

This commit is contained in:
Luj 2023-02-15 15:48:47 +01:00
parent 158c763db3
commit e036d0569e

View file

@ -244,6 +244,7 @@ def nix_update_flake_config(
method="clobber", method="clobber",
submodules=True, submodules=True,
haltOnFailure=True, haltOnFailure=True,
mode="full",
branch="main", branch="main",
doStepIf=failure doStepIf=failure
) )