c85532270f
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-12-01 20:20:03 -08:00
2a01df97b8
flake.nix: use vendorHash instead of vendorSha256
...
vendorSha256 is getting retired, and throws warning in builds.
Updates #cleanup
Signed-off-by: David Anderson <danderson@tailscale.com >
2023-11-23 20:32:54 -08:00
6b395f6385
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-11-23 20:16:43 -08:00
a8647b3c37
flake: fixup version embedding ( #9997 )
...
It looks like `gitCommitStamp` is the new "entrypoint" for setting this
information.
Fixes #9996 .
Signed-off-by: Cole Helbling <cole.helbling@determinate.systems >
2023-11-21 12:49:34 -05:00
e7cad78b00
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-11-17 18:55:53 -08:00
f0613ab606
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-11-17 15:23:16 -08:00
a3c11b87c6
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-11-16 09:20:21 -08:00
e3dacb3e5e
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-11-14 18:00:19 -08:00
8dc6de6f58
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-11-03 19:28:46 -07:00
0d86eb9da5
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-10-31 10:36:16 -07:00
f9fafe269a
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-10-27 10:37:26 -07:00
087260734b
flake: drop unnecessary git input
...
Signed-off-by: Cole Helbling <cole.helbling@determinate.systems >
2023-10-27 10:33:50 -07:00
561e7b61c3
flake: fix systemd service by hardcoding $PORT
...
Another solution would be to copy the `.defaults` file alongside the
service file, and set the `EnvironmentFile` to point to that, but it
would still be hardcoded (as the `.defaults` file would be stored in the
Nix store), so I figured that this is a good solution until there is a
proper NixOS module.
Fixes #9995 .
Signed-off-by: Cole Helbling <cole.helbling@determinate.systems >
2023-10-27 10:33:50 -07:00
4f62a2ed99
flake: set a default package
...
This allows `nix build` to run, without needing to use `nix build
.#tailscale`.
Signed-off-by: Cole Helbling <cole.helbling@determinate.systems >
2023-10-27 10:33:50 -07:00
f737496d7c
flake: drop unnecessary fileContents binding
...
Since the tailscale derivation already has a `pkgs` binding, we can
use `pkgs.lib`. Alternatively, we could have used `nixpkgs.lib`, as
`fileContents` doesn't need a system to use (anymore?).
Signed-off-by: Cole Helbling <cole.helbling@determinate.systems >
2023-10-27 10:33:50 -07:00
143bda87a3
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-10-24 20:16:27 -07:00
51078b6486
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-10-16 09:12:16 -07:00
00977f6de9
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-10-10 14:43:58 -07:00
72e53749c1
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-09-30 11:05:42 -07:00
2a7b3ada58
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-09-28 18:20:42 -07:00
b83804cc82
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-09-21 14:32:21 -07:00
4232826cce
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-09-19 10:14:02 -07:00
77060c4d89
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-08-30 16:26:57 -07:00
b407fdef70
flake.nix: use Go 1.21 to build tailscale, for real this time
...
The previous change just switched the Go version used in the dev
environment (for use with e.g. direnv), not the version used for
the distribution build. Oops.
Updates #cleanup
Signed-off-by: David Anderson <danderson@tailscale.com >
2023-08-26 21:10:43 -07:00
fe91160775
flake.nix: use Go 1.21 to build tailscale flake
...
Updates #cleanup
Signed-off-by: David Anderson <danderson@tailscale.com >
2023-08-26 21:05:25 -07:00
e80ba4ce79
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-08-26 20:50:03 -07:00
f6615931d7
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-08-21 12:04:38 -07:00
10acc06389
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-08-05 10:02:40 -07:00
cd313e410b
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-07-10 13:25:20 -07:00
909e9eabe4
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-06-19 10:42:31 -04:00
167e154bcc
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-06-11 09:55:48 -07:00
88ee857bc8
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-06-01 09:11:17 -07:00
d1ce7a9b5e
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-05-04 12:55:01 -07:00
1c6ff310ae
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-05-04 12:31:31 -07:00
5783adcc6f
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com >
2023-05-03 19:56:23 -07:00
e3b2250e26
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply@tailscale.com >
2023-04-21 21:36:21 -07:00
7c95734907
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply@tailscale.com >
2023-04-11 08:54:53 -07:00
1bec2cbbd5
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply@tailscale.com >
2023-04-10 10:34:42 -07:00
3d29da105c
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply@tailscale.com >
2023-04-04 20:01:56 -07:00
1bf65e4760
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply@tailscale.com >
2023-04-02 21:41:41 -07:00
cb960d6cdd
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply@tailscale.com >
2023-03-28 15:39:08 -07:00
5b68dcc8c1
go.mod.sri: update for toolchain change.
...
Signed-off-by: David Anderson <danderson@tailscale.com >
2023-03-07 11:40:29 -08:00
2263d9c44b
cmd/tsconnect: pop CTA to make everything work with tailnet lock
...
Signed-off-by: Tom DNetto <tom@tailscale.com >
2023-03-06 10:07:20 -10:00
5eb8a2a86a
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply@tailscale.com >
2023-03-02 11:02:05 -08:00
303048a7d5
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply@tailscale.com >
2023-02-18 18:24:33 +00:00
390db46aad
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply@tailscale.com >
2023-02-14 23:48:42 +00:00
33f29a1532
go.toolchain.rev: update toolchain to test iOS Go fix
...
Signed-off-by: David Anderson <danderson@tailscale.com >
2023-02-09 12:59:51 -08:00
02a2dcfc86
go.toolchain.rev: use new statically built toolchain
...
Also removes the toolchain builds from flake.nix. For now the flake
build uses upstream Go 1.20, a followup change will switch it back to
our custom toolchain.
Updates tailscale/corp#9005
Signed-off-by: David Anderson <danderson@tailscale.com >
2023-02-02 20:44:12 -08:00
30e0156430
nix: update nixpkgs flake, override go_1_20 for tailscale_go ( #7139 )
...
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 >
2023-02-01 12:27:04 -05:00
f8fc3db59c
flake.nix: update SRI hash.
...
Signed-off-by: David Anderson <danderson@tailscale.com >
2023-01-31 22:58:09 -08:00