mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
install lix manually
This commit is contained in:
parent
ea1dd602fc
commit
3753baedd1
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue