keep lix in the write spot

This commit is contained in:
Daylin Morgan 2025-01-28 14:09:26 -06:00
parent 5639ba7204
commit 6fbe7e4d3e
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -6,9 +6,9 @@ inputs:
default: |
accept-flake-config = true
experimental-features = nix-command flakes pipe-operator
build-dir = /nix/var
keep-derivations = true
keep-outputs = true
# build-dir = /nix/var
# keep-derivations = true
# keep-outputs = true
stalled-download-timeout = 0
clean:
description: Clean up disk space
@ -22,12 +22,11 @@ inputs:
runs:
using: composite
steps:
- shell: bash
env:
CLEAN: ${{ inputs.clean }}
BTRFS: ${{ inputs.btrfs }}
run: exec ${{ github.action_path }}/prepare.sh
# - shell: bash
# env:
# CLEAN: ${{ inputs.clean }}
# BTRFS: ${{ inputs.btrfs }}
# run: exec ${{ github.action_path }}/prepare.sh
- uses: daylinmorgan/lix-gha-installer-action@latest
with: