headscale/flake.lock
Kristoffer Dalby 35364bfc9a nix: update to Go 1.26 and fix deprecations
Update nixpkgs to master branch to get Go 1.26rc2. This is needed for
the new Go 1.26 features used in the codebase.

Changes:
- Use buildGo126Module and go_1_26 in build dependencies
- Update vendorHash for new dependencies
- Fix deprecated flake outputs: overlay→overlays.default,
  devShell→devShells.default, defaultPackage→packages.default
- Fix stdenv.isLinux→stdenv.hostPlatform.isLinux deprecation
2026-01-21 16:21:44 +00:00

61 lines
1.5 KiB
JSON

{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1769011238,
"narHash": "sha256-WPiOcgZv7GQ/AVd9giOrlZjzXHwBNM4yQ+JzLrgI3Xk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a895ec2c048eba3bceab06d5dfee5026a6b1c875",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}