summaryrefslogtreecommitdiffhomepage
path: root/flake.lock
AgeCommit message (Collapse)AuthorFilesLines
2025-04-08nix: update nix and use go 1.24 (#15578)Chatnoir Miki1-3/+3
Updates #15015 Signed-off-by: Chatnoir Miki <cmiki@amono.me>
2024-08-29nix: update nix and use go 1.23Kristoffer Dalby1-6/+6
Updates #12912 Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2024-02-11flake.nix: build tailscale with go 1.22David Anderson1-9/+9
Updates #cleanup Signed-off-by: David Anderson <danderson@tailscale.com>
2023-08-26flake.nix: use Go 1.21 to build tailscale flakeDavid Anderson1-9/+27
Updates #cleanup Signed-off-by: David Anderson <danderson@tailscale.com>
2023-02-01nix: update nixpkgs flake, override go_1_20 for tailscale_go (#7139)shayne1-3/+3
Bleeding edge Tailscale Nix flake broke after updating to go1.20rc3. Go 1.20 moved to Go 1.17 as a bootstarp toolchain. Fortunately nixpkgs nixos-unstable already had a 1.20.nix with bootstrap117.nix. ``` ❯ ./result/bin/tailscale version 1.37.0-dev track: unstable (dev); frequent updates and bugs are likely go version: go1.20rc3-ts6a17f14c05 ``` Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
2022-12-24flake.nix: init to ship unstable tailscale packages.David Anderson1-0/+60
With this, you can import "github:tailscale/tailscale" as a nix flake, and get access to the "tailscale-unstable" package. Updates #6845. Signed-off-by: David Anderson <dave@natulte.net>