Skip to content

fix: Fix Nix build dependency issues#13837

Closed
MBanucu wants to merge 8 commits intoanomalyco:devfrom
MBanucu:fix-nix-build-v2
Closed

fix: Fix Nix build dependency issues#13837
MBanucu wants to merge 8 commits intoanomalyco:devfrom
MBanucu:fix-nix-build-v2

Conversation

@MBanucu
Copy link
Contributor

@MBanucu MBanucu commented Feb 16, 2026

Resolves dependency version conflicts and type errors preventing successful Nix builds.

Changes

  • Updated package versions in catalog (remeda, hono, vite, @types/node, etc.)
  • Added missing peer dependency (quansync)
  • Updated Nix hashes for reproducible builds
  • Fixed Stripe API version and type access errors

Commits

  • fix: update Stripe API version to 2026-01-28.clover for compatibility
  • fix: correct Stripe type access in webhook handlers after API update
  • docs: update nix hash for node_modules after dependency changes
  • docs: update @smithy/eventstream-codec to latest
  • docs: update @types/node to latest
  • docs: add quansync peer dependency to fix lockfile
  • docs: update package versions to fix nix build dependencies

Closes #13825

@github-actions
Copy link
Contributor

Hey! Your PR title Fix Nix build dependency issues doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@MBanucu MBanucu changed the title Fix Nix build dependency issues fix: Fix Nix build dependency issues Feb 16, 2026
@MBanucu
Copy link
Contributor Author

MBanucu commented Feb 16, 2026

The updates of the packages are not conservative and may be breaking changes, but it works for me. Please verify thoroughly.

@MBanucu
Copy link
Contributor Author

MBanucu commented Feb 16, 2026

It works for me:
asciicast

@MBanucu
Copy link
Contributor Author

MBanucu commented Feb 16, 2026

There is something wrong, but I don't beleive that this is the solution.

asciicast

@MBanucu MBanucu closed this Feb 16, 2026
@MBanucu
Copy link
Contributor Author

MBanucu commented Feb 16, 2026

Flakiness is going on in nix build

@MBanucu MBanucu deleted the fix-nix-build-v2 branch February 16, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken release v1.2.5 for nix users

1 participant

Comments