mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
fixed action
This commit is contained in:
parent
c008f715da
commit
43a8dafeac
1 changed files with 1 additions and 5 deletions
|
|
@ -13,14 +13,10 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: install nix
|
- name: install nix
|
||||||
uses: https://github.com/DeterminateSystems/determinate-nix-action@v3.5.2
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v17
|
||||||
with:
|
with:
|
||||||
extra-conf: "lazy-trees = true"
|
extra-conf: "lazy-trees = true"
|
||||||
|
|
||||||
# - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
# with:
|
|
||||||
# use-flakehub: false
|
|
||||||
|
|
||||||
- uses: https://github.com/DeterminateSystems/update-flake-lock@v24
|
- uses: https://github.com/DeterminateSystems/update-flake-lock@v24
|
||||||
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…
Add table
Add a link
Reference in a new issue