fix(nix): package web assets and refresh dependencies #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/nix-package-web-assets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Keeps the Nix package current with the web and SDK integration: refreshes the fixed-output Bun dependency hash so the realtime web dependency is available, and installs the production web dist so
cute-code webworks from a Nix profile.Validated with
nixfmt --check flake.nix,statix check flake.nix,deadnix --fail flake.nix,nix build --no-link --print-build-logs .#cute-code,nix run . -- --version, andnix flake check --print-build-logs.