Flakes Updater
00554ad277
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
7ad2bb87a6
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
David Anderson
58b8f78e7e
flake.nix: build tailscale with go 1.22
...
Updates #cleanup
Signed-off-by: David Anderson <danderson@tailscale.com>
2 years ago
Percy Wegmann
993acf4475
tailfs: initial implementation
...
Add a WebDAV-based folder sharing mechanism that is exposed to local clients at
100.100.100.100:8080 and to remote peers via a new peerapi endpoint at
/v0/tailfs.
Add the ability to manage folder sharing via the new 'share' CLI sub-command.
Updates tailscale/corp#16827
Signed-off-by: Percy Wegmann <percy@tailscale.com>
2 years ago
Flakes Updater
2404b1444e
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
b787c27c00
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
5b4eb47300
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
32f01acc79
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
91c7dfe85c
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
1406a9d494
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
dc2792aaee
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
e00141ccbe
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
3ba5fd4baa
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
808f19bf01
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
8c2fcef453
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
2f01d5e3da
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
c85532270f
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
David Anderson
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>
2 years ago
Flakes Updater
6b395f6385
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Cole Helbling
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>
2 years ago
Flakes Updater
e7cad78b00
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
f0613ab606
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
a3c11b87c6
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
e3dacb3e5e
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
8dc6de6f58
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
0d86eb9da5
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2 years ago
Flakes Updater
f9fafe269a
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Cole Helbling
087260734b
flake: drop unnecessary git input
...
Signed-off-by: Cole Helbling <cole.helbling@determinate.systems>
3 years ago
Cole Helbling
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>
3 years ago
Cole Helbling
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>
3 years ago
Cole Helbling
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>
3 years ago
Flakes Updater
143bda87a3
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
51078b6486
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
00977f6de9
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
72e53749c1
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
2a7b3ada58
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
b83804cc82
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
4232826cce
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
77060c4d89
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
David Anderson
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>
3 years ago
David Anderson
fe91160775
flake.nix: use Go 1.21 to build tailscale flake
...
Updates #cleanup
Signed-off-by: David Anderson <danderson@tailscale.com>
3 years ago
Flakes Updater
e80ba4ce79
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
f6615931d7
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
10acc06389
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
cd313e410b
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
909e9eabe4
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
167e154bcc
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
88ee857bc8
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
d1ce7a9b5e
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago
Flakes Updater
1c6ff310ae
go.mod.sri: update SRI hash for go.mod changes
...
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
3 years ago