mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-13 13:13:36 -05:00
Fix update_flake_lock.py
This commit is contained in:
2
.github/workflows/update_flake_lock.py
vendored
2
.github/workflows/update_flake_lock.py
vendored
@@ -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):
|
||||
|
Reference in New Issue
Block a user