Reproducible dotfiles in nix
0
fork

Configure Feed

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

chore: remove attic

ethanholz.com 31bc33c5 babaed3f

verified
-11
-7
.github/workflows/flake.yml
··· 21 21 - name: Install nix 22 22 uses: DeterminateSystems/nix-installer-action@main 23 23 24 - - name: Setup Attic cache 25 - uses: ryanccn/attic-action@v0 26 - with: 27 - endpoint: ${{ secrets.ATTIC_ENDPOINT }} 28 - cache: ${{ secrets.ATTIC_CACHE }} 29 - token: ${{ secrets.ATTIC_TOKEN }} 30 - 31 24 - name: Build 32 25 run: nix develop -c bash -c "set -euo pipefail; just build" 33 26
-4
flake.nix
··· 73 73 }; 74 74 }; 75 75 }; 76 - nixConfig = { 77 - extra-substituters = ["https://attic-testing.fly.dev/system"]; 78 - extra-trusted-public-keys = ["system:jO6HbDP3xnQbHy/llnSubs8NPK7cVWwG827k6inRZkY="]; 79 - }; 80 76 }