mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-26 10:14:52 +09:00
flake: drop the Go version from the go_latest comment
The attribute tracks nixpkgs; the literal only drifts.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user