Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: Reorder cachix action

Trying to work around sporadic aarch64 build failures

+4 -4
+4 -4
.github/actions/nix-setup/action.yml
··· 23 23 extra_nix_config: | 24 24 extra-experimental-features = flakes nix-command pipe-operator 25 25 system = ${{ inputs.system }} 26 + - uses: cachix/cachix-action@v16 27 + with: 28 + name: lpchaim 29 + authToken: ${{ inputs.cachixAuthToken }} 26 30 - name: Override nix-daemon build directory 27 31 if: ${{ inputs.makeSpace == 'true' }} 28 32 shell: bash ··· 40 44 sudo systemctl daemon-reload 41 45 sudo systemctl restart nix-daemon 42 46 ) 43 - - uses: cachix/cachix-action@v16 44 - with: 45 - name: lpchaim 46 - authToken: ${{ inputs.cachixAuthToken }}