Skip to content

fix: update nix bunDeps hash after yaml dep added#3

Open
jeremystucki wants to merge 1 commit into
candril:mainfrom
jeremystucki:fix/nix-build-hash
Open

fix: update nix bunDeps hash after yaml dep added#3
jeremystucki wants to merge 1 commit into
candril:mainfrom
jeremystucki:fix/nix-build-hash

Conversation

@jeremystucki

Copy link
Copy Markdown
Contributor

Summary

  • The outputHash for the bunDeps fixed-output derivation in flake.nix was stale — computed before the yaml package was added to package.json
  • nix build failed with Could not resolve: "yaml". Maybe you need to "bun install"?
  • Updated the hash to match the current bun.lock

Test plan

  • nix build succeeds

🤖 Generated with Claude Code

The outputHash for the bunDeps fixed-output derivation was stale —
it was computed before the yaml package was added to package.json,
so nix build failed with "Could not resolve: yaml".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants