Skip to content

Commit 369d29a

Browse files
committed
test build
1 parent aea8595 commit 369d29a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/build-nixos-configuration.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,20 @@ jobs:
1212
outputs:
1313
matrix: ${{ steps.set-matrix.outputs.matrix }}
1414
steps:
15+
- run: df -h
16+
- name: "node-cleanup"
17+
run: |
18+
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
19+
sudo docker image prune --all --force
20+
sudo docker builder prune -a
21+
- run: df -h
1522
- uses: actions/checkout@v4
1623
- uses: cachix/install-nix-action@v30
1724
- uses: cachix/cachix-action@v15
1825
with:
1926
name: kidibox
2027
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
2128
- id: set-matrix
22-
name: Generate Nix Matrix
29+
name: Build nixos host
2330
run: |
24-
nix build .nixosConfigurations.nixos.config.system.build.toplevel
31+
nix build .#nixosConfigurations.nixos.config.system.build.toplevel

0 commit comments

Comments
 (0)