flake: pin go 1.27 for buildGoModule

This commit is contained in:
2026-09-18 21:35:19 -07:00
parent f05139f6c1
commit eeb4288225
+1
View File
@@ -16,6 +16,7 @@
pname = "tracker";
version = "0.1.0";
src = self;
go = pkgs.go_1_27;
env.CGO_ENABLED = "0";
vendorHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
};