This commit is contained in:
Tyler Mayoff 2025-07-05 09:08:32 -04:00
parent 077217348e
commit 19d022e61c
2 changed files with 12 additions and 2 deletions

View file

@ -11,8 +11,17 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: |
curl -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm
- name: install nix
uses: DeterminateSystems/determinate-nix-action@v3.5.2
with:
extra-conf: "lazy-trees = true"
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
- uses: DeterminateSystems/update-flake-lock@v24 - uses: 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

View file

@ -27,6 +27,7 @@ jobs:
uses: DeterminateSystems/determinate-nix-action@v3.5.2 uses: DeterminateSystems/determinate-nix-action@v3.5.2
with: with:
extra-conf: "lazy-trees = true" extra-conf: "lazy-trees = true"
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/magic-nix-cache-action@main
with: with:
use-flakehub: false use-flakehub: false