mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
rebase lix-installar gha
This commit is contained in:
parent
257f21febc
commit
f285176129
1 changed files with 1 additions and 7 deletions
8
.github/actions/nix/action.yml
vendored
8
.github/actions/nix/action.yml
vendored
|
@ -27,16 +27,10 @@ runs:
|
||||||
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@released
|
- uses: daylinmorgan/lix-gha-installer-action@latest
|
||||||
with:
|
with:
|
||||||
extra-conf: ${{ inputs.nix_conf }}
|
extra-conf: ${{ inputs.nix_conf }}
|
||||||
|
|
||||||
# TODO: rebase my fork to remove this
|
|
||||||
- name: modify trusted users
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
sudo echo "trusted-users = root $USER" >> /etc/nix/nix.conf
|
|
||||||
|
|
||||||
- name: Install and login to attic cache
|
- name: Install and login to attic cache
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue