fix(flake): set correct vendorHash
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
Build and Push Docker Image / build-and-push (push) Failing after 6s
Tests / test (push) Successful in 40s

The auto-computed vendorHash for the go modules is:
sha256-PTD4eEEkLGBCZbot6W4U+sMOpIbH2tcFSztQel7hyXI=

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-22 11:48:08 +00:00
parent bf5f36e383
commit 5e125646a7

View file

@ -21,7 +21,7 @@
version = "0.1.0"; version = "0.1.0";
src = ./.; src = ./.;
vendorHash = ""; # auto-computed; update with actual hash after first build vendorHash = "sha256-PTD4eEEkLGBCZbot6W4U+sMOpIbH2tcFSztQel7hyXI=";
# Run: nix build .#packages.x86_64-linux.default # Run: nix build .#packages.x86_64-linux.default
# It will fail with the correct hash. Replace vendorHash with it. # It will fail with the correct hash. Replace vendorHash with it.