Skip to content

Fix grype-db install path in flake.nix#45

Merged
jdewinne merged 1 commit intomainfrom
jdewinne/fix-grype-db-install
Mar 18, 2026
Merged

Fix grype-db install path in flake.nix#45
jdewinne merged 1 commit intomainfrom
jdewinne/fix-grype-db-install

Conversation

@jdewinne
Copy link
Member

Summary

  • go install github.com/anchore/grype-db@latest fails because the main package is in the cmd/grype-db subdirectory, not the module root
  • Fix by using the correct path: github.com/anchore/grype-db/cmd/grype-db@latest

Test plan

  • Run nix develop and verify grype-db installs successfully
  • Confirm grype-db version works after install

🤖 Generated with Claude Code

The main package is in the cmd/grype-db subdirectory, not the module root.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jdewinne jdewinne requested a review from a team as a code owner March 18, 2026 04:33
@jdewinne jdewinne merged commit 311db5d into main Mar 18, 2026
13 checks passed
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