Custom fonts and wallpapers built using nix. assets.lemueldls.dev/index.json
wallpapers

chore: tangled ci

+20 -5
+2 -5
.github/workflows/deploy.yml
··· 28 28 - name: Checkout repository 29 29 uses: actions/checkout@v6 30 30 with: 31 - fetch-depth: 0 32 - 33 - - name: Setup Pages 34 - uses: actions/configure-pages@v5 31 + fetch-depth: 1 35 32 36 33 - name: Set up SSH signing key 37 34 run: | ··· 64 61 - name: Build flake 65 62 run: | 66 63 nix flake archive --json | jq -r '.path,(.inputs|to_entries[].value.path)' 67 - nix build --print-out-paths 64 + nix build --no-link --print-out-paths 68 65 69 66 - name: Copy assets 70 67 run: |
+18
.tangled/workflows/deploy.yml
··· 1 + when: 2 + - event: [push, manual] 3 + branch: [main] 4 + 5 + engine: nixery 6 + 7 + dependencies: 8 + nixpkgs: 9 + - cachix 10 + 11 + steps: 12 + - name: Use cache 13 + command: cachix use lemueldls 14 + 15 + - name: Build flake 16 + command: | 17 + nix flake archive --json | jq -r '.path,(.inputs|to_entries[].value.path)' | cachix push lemueldls 18 + nix build --no-link --print-out-paths | cachix push lemueldls