From 4f62a2ed9991a561e52be8eab60570f75940ccf9 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 27 Oct 2023 07:28:11 -0700 Subject: [PATCH] flake: set a default package This allows `nix build` to run, without needing to use `nix build .#tailscale`. Signed-off-by: Cole Helbling --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index b40646c5b..01c17690d 100644 --- a/flake.nix +++ b/flake.nix @@ -89,6 +89,7 @@ ts = tailscale pkgs; in { packages = { + default = ts; tailscale = ts; }; devShell = pkgs.mkShell {