Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

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

chore: Update flake action now properly checks out develop branch

+1 -1
+1 -1
.github/workflows/update-flake.yml
··· 21 21 - name: Checkout repository 22 22 uses: actions/checkout@v4 23 23 with: 24 - ref: ${{ github.ref || 'develop' }} 24 + ref: develop 25 25 - uses: ./.github/actions/nix-setup 26 26 with: 27 27 cachixAuthToken: ${{ secrets.CACHIX_AUTH_TOKEN }}