mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-16 21:42:02 +09:00
flake: track latest Go in nixpkgs
Use buildGoLatestModule and go_latest so a Go release bump is a flake.lock update, not a flake.nix edit. Drop the vendored golangci-lint derivation, now current in nixpkgs.
This commit is contained in:
committed by
Kristoffer Dalby
parent
5e804240ed
commit
07b5344145
Generated
+4
-4
@@ -60,16 +60,16 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1784421286,
|
||||
"narHash": "sha256-YKn3t7FvaargtyNHbrOw+qzDM+93q5kSCREUPNxeZQs=",
|
||||
"lastModified": 1787394516,
|
||||
"narHash": "sha256-pRGOQSClnXNI2iLUG6DYpsGvYcuw0drOutVZFTJNw90=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "62eaae30cd05c04718500ddb44e7ef85cd45ddd5",
|
||||
"rev": "c8f90650c15282fa8656a041bfbbd2403997a9a7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "staging-next-26.05",
|
||||
"ref": "nixpkgs-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user