mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
keep lix in the write spot
This commit is contained in:
parent
5639ba7204
commit
6fbe7e4d3e
1 changed files with 8 additions and 9 deletions
17
.github/actions/nix/action.yml
vendored
17
.github/actions/nix/action.yml
vendored
|
@ -6,9 +6,9 @@ inputs:
|
||||||
default: |
|
default: |
|
||||||
accept-flake-config = true
|
accept-flake-config = true
|
||||||
experimental-features = nix-command flakes pipe-operator
|
experimental-features = nix-command flakes pipe-operator
|
||||||
build-dir = /nix/var
|
# build-dir = /nix/var
|
||||||
keep-derivations = true
|
# keep-derivations = true
|
||||||
keep-outputs = true
|
# keep-outputs = true
|
||||||
stalled-download-timeout = 0
|
stalled-download-timeout = 0
|
||||||
clean:
|
clean:
|
||||||
description: Clean up disk space
|
description: Clean up disk space
|
||||||
|
@ -22,12 +22,11 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- shell: bash
|
# - shell: bash
|
||||||
env:
|
# env:
|
||||||
CLEAN: ${{ inputs.clean }}
|
# CLEAN: ${{ inputs.clean }}
|
||||||
BTRFS: ${{ inputs.btrfs }}
|
# BTRFS: ${{ inputs.btrfs }}
|
||||||
|
# run: exec ${{ github.action_path }}/prepare.sh
|
||||||
run: exec ${{ github.action_path }}/prepare.sh
|
|
||||||
|
|
||||||
- uses: daylinmorgan/lix-gha-installer-action@latest
|
- uses: daylinmorgan/lix-gha-installer-action@latest
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue