install lix manually

This commit is contained in:
Tyler Mayoff 2025-07-04 02:00:56 +00:00
parent ea1dd602fc
commit 3753baedd1

View file

@ -35,7 +35,10 @@ jobs:
df -h df -h
du -h -d2 / 2>/dev/null | sort -hr | head -n 20 du -h -d2 / 2>/dev/null | sort -hr | head -n 20
- uses: actions/checkout@v4 - 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 - uses: cachix/cachix-action@v16
with: with: