Add start command explicitly to nix run default app

This commit is contained in:
ryan 2025-08-08 19:29:07 -07:00
parent 28e9c06d92
commit 3399947eb0

View File

@ -73,7 +73,7 @@
apps = { apps = {
default = { default = {
type = "app"; type = "app";
program = "${self.packages.${system}.default}/bin/systant"; program = "${self.packages.${system}.default}/bin/systant start";
}; };
}; };
} }