From f2851761295adcdf1d5ed50282e75021e00bc712 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 28 Jan 2025 11:11:37 -0600 Subject: [PATCH] rebase lix-installar gha --- .github/actions/nix/action.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/actions/nix/action.yml b/.github/actions/nix/action.yml index ef13735..90a8961 100644 --- a/.github/actions/nix/action.yml +++ b/.github/actions/nix/action.yml @@ -27,16 +27,10 @@ runs: BTRFS: ${{ inputs.btrfs }} run: exec ${{ github.action_path }}/prepare.sh - - uses: daylinmorgan/lix-gha-installer-action@released + - uses: daylinmorgan/lix-gha-installer-action@latest with: 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 shell: bash run: |