Skip to content

Commit 792ba5f

Browse files
committed
fix: edit Nix flake
1 parent 5d6545c commit 792ba5f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

flake.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,9 @@
6565

6666
src = ./.;
6767

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=";
68+
# Vendor hash for Go dependencies
69+
# Computed automatically by Nix
70+
vendorHash = "sha256-g+yaVIx4jxpAQ/+WrGKxhVeliYx7nLQe/zsGpxV4Fn4=";
7371

7472
# Build flags
7573
ldflags = [

0 commit comments

Comments
 (0)