We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c5732 commit 30a2f27Copy full SHA for 30a2f27
.github/workflows/test.yml
@@ -95,15 +95,8 @@ jobs:
95
- uses: actions/checkout@v4
96
- name: QEMU static binaries
97
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
+ - uses: wimpysworld/nothing-but-nix@main
+
107
- uses: cachix/install-nix-action@v31
108
with:
109
nix_path: nixpkgs=channel:nixos-unstable
0 commit comments