mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +00:00
ee437fca5a
Wires cachix/cachix-action@v15 into the verify-nix job. The action watches the nix store for the duration of the workflow and uploads new paths to the `psysonic` cache on cachix.org automatically. Using Cachix-managed signing (no signing key on our side) — Cachix signs server-side with the cache's built-in keypair. End users will pick up the public key automatically via `cachix use psysonic`, so no manual nix.conf configuration is required. Consequence: after the next `v*` release, `nix profile install github:Psychotoxical/psysonic` pulls a prebuilt binary from Cachix instead of recompiling Rust + npm deps locally. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>