Skip to content

Commit 091a44f

Browse files
committed
feat(ci): reclaim disk space for nix
1 parent 8b33224 commit 091a44f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
fetch-depth: 0 ## not shallow
2020
filter: 'blob:none' ## but blob-less
2121
submodules: true
22+
- uses: wimpysworld/nothing-but-nix@10c936d9e46521bf923f75458e0cbd4fa309300d # main
23+
if: matrix.os == 'ubuntu-latest'
2224
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
2325
with:
2426
nix_path: nixpkgs=channel:nixpkgs-unstable

nixpkgs-config/.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
fetch-depth: 0 ## not shallow
2020
filter: 'blob:none' ## but blob-less
2121
submodules: true
22+
- uses: wimpysworld/nothing-but-nix@10c936d9e46521bf923f75458e0cbd4fa309300d # main
23+
if: matrix.os == 'ubuntu-latest'
2224
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
2325
with:
2426
nix_path: nixpkgs=channel:nixpkgs-unstable

0 commit comments

Comments
 (0)