Skip to content

Commit

Permalink
fix nix run
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby authored and juanfont committed Dec 5, 2022
1 parent 4de676c commit 638a3d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,13 @@
inherit headscale;
inherit headscale-docker;
};

defaultPackage = pkgs.headscale;

# `nix run`
apps.headscale = flake-utils.lib.mkApp {
drv = packages.headscale;
};
defaultApp = apps.headscale;
apps.default = apps.headscale;

checks = {
format =
Expand Down

0 comments on commit 638a3d4

Please sign in to comment.