mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 11:04:17 -06:00
go back to disk shenanigans
This commit is contained in:
parent
6fbe7e4d3e
commit
55fe51c467
1 changed files with 6 additions and 8 deletions
14
.github/actions/nix/action.yml
vendored
14
.github/actions/nix/action.yml
vendored
|
@ -6,9 +6,7 @@ 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
|
||||
stalled-download-timeout = 0
|
||||
clean:
|
||||
description: Clean up disk space
|
||||
|
@ -22,11 +20,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:
|
||||
|
|
Loading…
Reference in a new issue