mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-10 09:02:30 +08:00
fix nix run
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
4de676c64e
commit
638a3d48ec
1 changed files with 1 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue