From 6fbe7e4d3ecc185de141c14b436386da5d2129d7 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 28 Jan 2025 14:09:26 -0600 Subject: [PATCH] keep lix in the write spot --- .github/actions/nix/action.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/actions/nix/action.yml b/.github/actions/nix/action.yml index a0de339..b7399a1 100644 --- a/.github/actions/nix/action.yml +++ b/.github/actions/nix/action.yml @@ -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: