Skip to content

Commit 30a2f27

Browse files
committed
nothing-but-nix
1 parent c6c5732 commit 30a2f27

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,8 @@ jobs:
9595
- uses: actions/checkout@v4
9696
- name: QEMU static binaries
9797
run: sudo apt-get update && sudo apt-get -y --no-install-recommends install qemu-user-static
98-
# - uses: wimpysworld/nothing-but-nix@main
99-
# with:
100-
# nix-permission-edict: true
101-
- run: |
102-
sudo rm -rf /usr/share/dotnet
103-
sudo rm -rf /usr/local/lib/android
104-
sudo rm -rf /opt/ghc
105-
sudo rm -rf /opt/hostedtoolcache/CodeQL
106-
sudo docker image prune --all --force
98+
- uses: wimpysworld/nothing-but-nix@main
99+
107100
- uses: cachix/install-nix-action@v31
108101
with:
109102
nix_path: nixpkgs=channel:nixos-unstable

0 commit comments

Comments
 (0)