fix: resolve nix hash mismatch and add auto-update automation#81
fix: resolve nix hash mismatch and add auto-update automation#81devnullvoid merged 2 commits intomasterfrom
Conversation
- Updates `flake.nix` with the correct `vendorHash` to resolve build errors (Fixes #80). - Adds `.github/workflows/update-nix-hash.yml` to automatically update `vendorHash` when `go.mod`/`go.sum` change, streamlining Dependabot PRs. Co-authored-by: devnullvoid <67245+devnullvoid@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Update vendorHash to correct value (verified working) - Improve hash extraction to handle variable whitespace in nix output - Make sed replacement more targeted to only match vendorHash lines
This PR addresses the "Nix Flake Hash Mismatch" issue (#80) and introduces automation to prevent it from recurring.
Changes
flake.nixwith the correctvendorHash(sha256-ifqCjFcfUWIgLiJfXbOT/ldHA9NqUIBEi/k70C5dsf0=), restoring the ability to run/build via Nix..github/workflows/update-nix-hash.yml).go.modorgo.sum.flake.nix, and pushes the change back to the PR.Verification
nix buildmismatch error formats.PR created automatically by Jules for task 85861511328180911 started by @devnullvoid