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
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
f8fc3db59c
flake.nix: update SRI hash.
...
Signed-off-by: David Anderson <danderson@tailscale.com >
2023-01-31 22:58:09 -08:00
fede3cd704
flake.nix: update SRI hash for Go modules.
...
Signed-off-by: David Anderson <danderson@tailscale.com >
2023-01-28 22:00:52 -08:00
72cc70ebfc
flake.nix: update vendor hash.
...
Signed-off-by: David Anderson <danderson@tailscale.com >
2023-01-14 18:12:25 -08:00
d2beaea523
update-flake.sh: tooling to keep Nix SRI hashes in sync.
...
Also fixes the Go toolchain SRI hash from a7f05c6bb0
,
it turns out I initialized the file with an SRI hash for an older
toolchain version, and because of the unique way fixed-output derivations
work in nix, nix didn't tell me about the mismatch because it just
cache-hit on the older toolchain and moved on. Sigh.
Updates #6845 .
Signed-off-by: David Anderson <danderson@tailscale.com >
2022-12-24 15:22:41 -08:00
a7f05c6bb0
flake.nix: init to ship unstable tailscale packages.
...
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 >
2022-12-24 14:49:03 -08:00
527741d41f
shell.nix: add graphviz
...
Change-Id: Ic25e11a056a7624ebba923d2b87d947e24c41a20
Signed-off-by: Andrew Dunham <andrew@tailscale.com >
2022-10-25 13:03:31 -04:00
7a74466998
shell.nix: update Go toolchain to 1.19
...
Signed-off-by: Tom DNetto <tom@tailscale.com >
2022-07-29 11:25:47 -07:00
4f6fa3d63a
shell.nix: use 1.18 from system nixpkgs
...
(Now that 22.05 / 22.11 are released and presumably everyone has updated).
Signed-off-by: Tom DNetto <tom@tailscale.com >
2022-06-21 15:36:39 -07:00
37c94c07cd
shell.nix: update go toolchain
...
Signed-off-by: Tom DNetto <tom@tailscale.com >
2022-04-21 15:47:34 -07:00
f923ce6f87
shell.nix: use tailscale-go for compilation
...
This change builds a derivation for tailscale-go and makes it available in the
users development environment. This is consistent with the shell.nix in corp/.
Once go1.18 is in a stable Nixpkgs release we can avoid relying on derivations
from nixpkgs head. For now, this works well, and the fetched derivations are
cached in the Nix store according to the usual rules.
Fixes #4231
Signed-off-by: Tom DNetto <tom@tailscale.com >
2022-04-08 14:10:50 -07:00
be861797b4
cmd/mkpkg: add name argument ( #4372 )
...
* shell.nix: rename goimports to gotools
Signed-off-by: Xe <xe@tailscale.com >
* cmd/mkpkg: allow specifying description and name in flag args
Signed-off-by: Xe <xe@tailscale.com >
2022-04-07 16:05:04 -04:00
70f14af21e
add nix-shell boilerplate ( #1028 )
...
This enables users of nix-shell to automagically have the correct
development environment by simply changing directory into a
checkout of this repo. For more information on this see the following
links:
- https://christine.website/blog/how-i-start-nix-2020-03-08
- https://direnv.net/
2020-12-29 12:17:03 -05:00