determinatesystems/Update Nix Flake Lock

Update your Nix flake.lock and send a PR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 18, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: determinatesystems/update-flake-lock@834c491b2ece4de0bbd00d85214bb5e83b4da5c6 # v28

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
inputsA space-separated list of inputs to update. Leave empty to update all inputs.no""
tokenGITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)no${{ github.token }}
commit-msgThe message provided with the commitnoflake.lock: Update
baseSets the pull request base branch. Defaults to the branch checked out in the workflow.no
branchThe branch of the PR to be creatednoupdate_flake_lock_action
push-to-forkA fork of the checked out parent repository to which the pull request branch will be pushed. e.g. `owner/repo-fork`. The pull request will be created to merge the fork's branch into the parent's base.no
path-to-flake-dirThe path of the directory containing `flake.nix` file within your repository. Useful when `flake.nix` cannot reside at the root of your repository.no
pr-titleThe title of the PR to be creatednoflake.lock: Update
pr-bodyThe body of the PR to be creatednoAutomated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` {{ env.GIT_COMMIT_MESSAGE }} ``` ### Running GitHub Actions on this PR GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action. **To run GitHub Actions workflows on this PR, close and re-open this pull request.**
pr-labelsA comma or newline separated list of labels to set on the Pull Request to be createdno""
pr-assigneesA comma or newline separated list of assignees (GitHub usernames).no""
pr-reviewersA comma or newline separated list of reviewers (GitHub usernames) to request a review from.no""
git-author-nameAuthor name used for commit. Only used if sign-commits is false.nogithub-actions[bot]
git-author-emailAuthor email used for commit. Only used if sign-commits is false.nogithub-actions[bot]@users.noreply.github.com
git-committer-nameCommitter name used for commit. Only used if sign-commits is false.nogithub-actions[bot]
git-committer-emailCommitter email used for commit. Only used if sign-commits is false.nogithub-actions[bot]@users.noreply.github.com
sign-commitsSet to true if the action should sign the commit with GPGnofalse
gpg-private-keyGPG Private Key with which to sign the commits in the PR to be createdno""
gpg-fingerprintFingerprint of specific GPG subkey to useno
gpg-passphraseGPG Private Key Passphrase for the GPG Private Key with which to sign the commits in the PR to be createdno""
nix-optionsA space-separated list of options to pass to the nix commandno""
_internal-strict-modeWhether to fail when any errors are thrown. Used only to test the Action; do not set this in your own workflows.nofalse
namedescription
pull-request-numberThe number of the opened pull request
pull-request-urlThe The URL of the opened pull request.
pull-request-operationThe pull request operation performed by the action, `created`, `updated` or `closed`.