mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
add note about action
This commit is contained in:
parent
33780d99b8
commit
21905bd91f
1 changed files with 1 additions and 4 deletions
5
.github/actions/nix/action.yml
vendored
5
.github/actions/nix/action.yml
vendored
|
@ -27,15 +27,12 @@ runs:
|
|||
BTRFS: ${{ inputs.btrfs }}
|
||||
run: exec ${{ github.action_path }}/prepare.sh
|
||||
|
||||
# - uses: DeterminateSystems/nix-installer-action@v15
|
||||
# with:
|
||||
# source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux
|
||||
# extra-conf: ${{ inputs.nix_conf }}
|
||||
|
||||
- uses: daylinmorgan/lix-gha-installer-action@released
|
||||
with:
|
||||
extra-conf: ${{ inputs.nix_conf }}
|
||||
|
||||
# TODO: rebase my fork to remove this
|
||||
- name: modify trusted users
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue