try changing trusted users

This commit is contained in:
Daylin Morgan 2025-01-20 11:45:51 -06:00
parent c40bc252d8
commit 7c4cdd7906
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -36,6 +36,11 @@ runs:
with:
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
shell: bash
run: |