Skip to content

Commit a93f473

Browse files
committed
use nothing-but-nix to give GitHub Action more disk
https://github.com/wimpysworld/nothing-but-nix #1391 (comment)
1 parent 273a153 commit a93f473

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nix-flake.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
- uses: wimpysworld/nothing-but-nix@main
23+
with:
24+
️hatchet-protocol: 'carve'
2225
- uses: cachix/install-nix-action@v31
2326
with:
2427
extra_nix_config: |
@@ -48,6 +51,9 @@ jobs:
4851
runs-on: ${{ matrix.os }}
4952
steps:
5053
- uses: actions/checkout@v4
54+
- uses: wimpysworld/nothing-but-nix@main
55+
with:
56+
️hatchet-protocol: 'carve'
5157
- uses: cachix/install-nix-action@v31
5258
with:
5359
extra_nix_config: |

0 commit comments

Comments
 (0)