home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 778b9a8e80eb37f6e2a118438e9f1b0349baf059
parent 560ae4f14126ba0f57e70d15864f972c3634f11e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon,  4 Mar 2024 06:52:25 +0000

build(deps): bump DeterminateSystems/update-flake-lock from 20 to 21

Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 20 to 21.
- [Release notes](https://github.com/determinatesystems/update-flake-lock/releases)
- [Commits](https://github.com/determinatesystems/update-flake-lock/compare/da2fd6f2563fe3e4f2af8be73b864088564e263d...a3ccb8f59719c48d6423e97744560221bcf7a3fa)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
M.github/workflows/nix-auto-upgrade.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nix-auto-upgrade.yaml b/.github/workflows/nix-auto-upgrade.yaml @@ -16,7 +16,7 @@ jobs: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock - uses: DeterminateSystems/update-flake-lock@da2fd6f2563fe3e4f2af8be73b864088564e263d # v20 + uses: DeterminateSystems/update-flake-lock@a3ccb8f59719c48d6423e97744560221bcf7a3fa # v21 with: pr-title: "Update flake.lock" # Title of PR to be created pr-labels: | # Labels to be set on the PR