mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 03:07:31 -06:00
try changing trusted users
This commit is contained in:
parent
c40bc252d8
commit
7c4cdd7906
1 changed files with 5 additions and 0 deletions
5
.github/actions/nix/action.yml
vendored
5
.github/actions/nix/action.yml
vendored
|
@ -36,6 +36,11 @@ runs:
|
||||||
with:
|
with:
|
||||||
extra-conf: ${{ inputs.nix_conf }}
|
extra-conf: ${{ inputs.nix_conf }}
|
||||||
|
|
||||||
|
- 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