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>
This commit is contained in:
Cole Helbling 2023-10-27 07:28:11 -07:00 committed by Dave Anderson
parent f737496d7c
commit 4f62a2ed99
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@
ts = tailscale pkgs;
in {
packages = {
default = ts;
tailscale = ts;
};
devShell = pkgs.mkShell {