Fix update_flake_lock.py

This commit is contained in:
Thiago Kenji Okada
2022-07-08 12:03:13 +01:00
parent 79b6e8e3f5
commit af68ba8b83

View File

@@ -53,7 +53,7 @@ class FlakeLock:
def nix_flake_update(repo, flake_input):
check_call(["nix", "flake", "update", "--update-input", flake_input], cwd=repo)
check_call(["nix", "flake", "lock", "--update-input", flake_input], cwd=repo)
def format_change(change: GitCommit, repo):