fix(flake): set correct vendorHash
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:
parent
bf5f36e383
commit
5e125646a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue