We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6545c commit 792ba5fCopy full SHA for 792ba5f
1 file changed
flake.nix
@@ -65,11 +65,9 @@
65
66
src = ./.;
67
68
- # This hash needs to be computed
69
- # Run: nix flake lock --update-input nixpkgs
70
- # Then: nix build
71
- # Copy the hash from the error message
72
- vendorHash = "sha256-u8ail0ExBVg1jdu1DW0J1HCFrtyh1C/rbN06qp1qyqY=";
+ # Vendor hash for Go dependencies
+ # Computed automatically by Nix
+ vendorHash = "sha256-g+yaVIx4jxpAQ/+WrGKxhVeliYx7nLQe/zsGpxV4Fn4=";
73
74
# Build flags
75
ldflags = [
0 commit comments