From f17f1f561b8e3017baeaf00da5f3c9da68d2858f Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 4 Sep 2026 14:11:51 +0000 Subject: [PATCH] flake: drop the Go version from the go_latest comment The attribute tracks nixpkgs; the literal only drifts. --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 32fa645a..59c82783 100644 --- a/flake.nix +++ b/flake.nix @@ -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