Skip to content

Comments

fix: flake.nix build failure and deprecation warning#7408

Merged
katzdave merged 2 commits intoblock:mainfrom
BridgerB:flake-nix-updates
Feb 24, 2026
Merged

fix: flake.nix build failure and deprecation warning#7408
katzdave merged 2 commits intoblock:mainfrom
BridgerB:flake-nix-updates

Conversation

@BridgerB
Copy link
Contributor

Summary

  • Remove stale outputHashes for crunchy-0.2.3Cargo.lock now has crunchy 0.2.4 from crates.io (not a git dependency), so the old outputHashes entry causes nix build to fail with: "A hash was specified for crunchy-0.2.3, but there is no corresponding git dependency"
  • Replace deprecated defaultPackage with packages.defaultdefaultPackage has been deprecated since Nix 2.7

Test plan

  • nix build completes without the crunchy hash error
  • No deprecation warning about defaultPackage

The outputHashes entry for crunchy-0.2.3 references a git dependency
that no longer exists in Cargo.lock. The lock file now has crunchy 0.2.4
from crates.io (not a git source), so the outputHashes entry causes
`nix build` to fail with:

  "A hash was specified for crunchy-0.2.3, but there is no
  corresponding git dependency"

Signed-off-by: BridgerB <git@bridgerb.com>
defaultPackage has been deprecated since Nix 2.7 in favor of
packages.default. This avoids the evaluation warning:

  "warning: flake attribute 'defaultPackage.x86_64-linux' is
  deprecated; use 'packages.x86_64-linux.default' instead"

Signed-off-by: BridgerB <git@bridgerb.com>
@katzdave katzdave added this pull request to the merge queue Feb 24, 2026
Merged via the queue into block:main with commit 26b6d4d Feb 24, 2026
20 checks passed
lifeizhou-ap added a commit that referenced this pull request Feb 24, 2026
* main:
  Simplified custom model flow with canonical models (#6934)
  feat: simplify the text editor to be more like pi (#7426)
  docs: add YouTube short embed to Neighborhood extension tutorial (#7456)
  fix: flake.nix build failure and deprecation warning (#7408)
  feat(claude-code): add permission prompt routing for approve mode (#7420)
  docs: generate manpages (#7443)
  Blog/goose v1 25 0 release (#7433)
  fix: detect truncated LLM responses in apps extension (#7354)
  fix: removed unnecessary version for goose acp macro dependency (#7428)
  add flag to hide select voice providers (#7406)
  New navigation settings layout options and styling (#6645)
  refactor: MCP-compliant theme tokens and CSS class rename (#7275)
  Redirect llama.cpp logs through tracing to avoid polluting CLI stdout/stderr (#7434)
  refactor: change open recipe in new window to pass recipe id (#7392)
  fix: handle truncated tool calls that break conversation alternation (#7424)
  streamline some github actions (#7430)
  Enable bedrock prompt cache (#6710)
  fix: use BEGIN IMMEDIATE to prevent SQLite deadlocks (#7429)
  Display working dir (#7419)
lifeizhou-ap added a commit that referenced this pull request Feb 24, 2026
* main: (171 commits)
  fix: TLDR CLI tab in Neighborhood MCP docs (#7461)
  fix(summon): restore skill supporting files and directory path in load output (#7457)
  Simplified custom model flow with canonical models (#6934)
  feat: simplify the text editor to be more like pi (#7426)
  docs: add YouTube short embed to Neighborhood extension tutorial (#7456)
  fix: flake.nix build failure and deprecation warning (#7408)
  feat(claude-code): add permission prompt routing for approve mode (#7420)
  docs: generate manpages (#7443)
  Blog/goose v1 25 0 release (#7433)
  fix: detect truncated LLM responses in apps extension (#7354)
  fix: removed unnecessary version for goose acp macro dependency (#7428)
  add flag to hide select voice providers (#7406)
  New navigation settings layout options and styling (#6645)
  refactor: MCP-compliant theme tokens and CSS class rename (#7275)
  Redirect llama.cpp logs through tracing to avoid polluting CLI stdout/stderr (#7434)
  refactor: change open recipe in new window to pass recipe id (#7392)
  fix: handle truncated tool calls that break conversation alternation (#7424)
  streamline some github actions (#7430)
  Enable bedrock prompt cache (#6710)
  fix: use BEGIN IMMEDIATE to prevent SQLite deadlocks (#7429)
  ...
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