diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 218300e..137d28b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,10 @@ jobs: df -h du -h -d2 / 2>/dev/null | sort -hr | head -n 20 - uses: actions/checkout@v4 - - uses: samueldr/lix-gha-installer-action@v2025-02-26.prerelease + + - name: install nix + run: | + curl -sSf -L https://install.lix.systems/lix | sh -s -- install linux --no-confirm --init none - uses: cachix/cachix-action@v16 with: