Skip to content

Commit 834b40b

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nix-flake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
- uses: wimpysworld/nothing-but-nix@main
2223
- uses: cachix/install-nix-action@v31
2324
with:
2425
extra_nix_config: |
@@ -48,6 +49,7 @@ jobs:
4849
runs-on: ${{ matrix.os }}
4950
steps:
5051
- uses: actions/checkout@v4
52+
- uses: wimpysworld/nothing-but-nix@main
5153
- uses: cachix/install-nix-action@v31
5254
with:
5355
extra_nix_config: |

0 commit comments

Comments
 (0)