flake: drop the Go version from the go_latest comment

The attribute tracks nixpkgs; the literal only drifts.
This commit is contained in:
Kristoffer Dalby
2026-09-04 14:11:51 +00:00
parent 562d7f5899
commit f17f1f561b
+2 -2
View File
@@ -31,8 +31,8 @@
overlays.default = _: prev:
let
pkgs = nixpkgs.legacyPackages.${prev.stdenv.hostPlatform.system};
# Tracks the newest Go in nixpkgs (currently 1.27) so a Go release
# bump is a flake.lock update, not a flake.nix edit.
# Tracks the newest Go in nixpkgs so a Go release bump is a
# flake.lock update, not a flake.nix edit.
buildGo = pkgs.buildGoLatestModule;
vendorHash = (builtins.fromJSON (builtins.readFile ./flakehashes.json)).vendor.sri;
in