diff --git a/.github/actions/nix/action.yml b/.github/actions/nix/action.yml index af69ce2..64d5a47 100644 --- a/.github/actions/nix/action.yml +++ b/.github/actions/nix/action.yml @@ -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: |