mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 09:55:37 +00:00
fix: error in nix version when updating flake
see: https://github.com/DeterminateSystems/update-flake-lock/issues/120
This commit is contained in:
parent
6c024107ee
commit
a47bcf8949
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Add Nix Cache
|
- name: Add Nix Cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v6
|
uses: DeterminateSystems/magic-nix-cache-action@v6
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v21
|
uses: DeterminateSystems/update-flake-lock@v23
|
||||||
id: update
|
id: update
|
||||||
with:
|
with:
|
||||||
pr-title: "Update flake.lock" # Title of PR to be created
|
pr-title: "Update flake.lock" # Title of PR to be created
|
||||||
|
Loading…
Reference in New Issue
Block a user