From 3399947eb0020e80c6ebf47397a652cce9879b83 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 8 Aug 2025 19:29:07 -0700 Subject: [PATCH] Add `start` command explicitly to nix run default app --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 751b6b7..2f83987 100644 --- a/flake.nix +++ b/flake.nix @@ -73,7 +73,7 @@ apps = { default = { type = "app"; - program = "${self.packages.${system}.default}/bin/systant"; + program = "${self.packages.${system}.default}/bin/systant start"; }; }; }