Skip to content

Commit 0abbbdc

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/nix-flake.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ 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: 'rampage'
25+
nix-permission-edict: true
26+
2227
- uses: cachix/install-nix-action@v31
2328
with:
2429
extra_nix_config: |
@@ -48,6 +53,11 @@ jobs:
4853
runs-on: ${{ matrix.os }}
4954
steps:
5055
- uses: actions/checkout@v4
56+
- uses: wimpysworld/nothing-but-nix@main
57+
with:
58+
hatchet-protocol: 'rampage'
59+
nix-permission-edict: true
60+
5161
- uses: cachix/install-nix-action@v31
5262
with:
5363
extra_nix_config: |

0 commit comments

Comments
 (0)