From 7c4cdd7906d4c02529cac9a860f0231c685b405e Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 20 Jan 2025 11:45:51 -0600 Subject: [PATCH] try changing trusted users --- .github/actions/nix/action.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: |