fix(flake): set correct vendorHash
The correct vendorHash for current go.mod is: sha256-8wlKD+33s97oorCJTfHKAgE2Xp1HKXV+bSr6z29KrKM= Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e2ff822847
commit
994d27ff7f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
version = "0.1.0";
|
||||
src = ./.;
|
||||
|
||||
vendorHash = "";
|
||||
vendorHash = "sha256-8wlKD+33s97oorCJTfHKAgE2Xp1HKXV+bSr6z29KrKM=";
|
||||
# Run: nix build .#packages.x86_64-linux.default
|
||||
# It will fail with the correct hash. Replace vendorHash with it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue