feat: bundle app demo

This commit is contained in:
tux
2025-06-09 20:21:36 +05:30
parent 1d3cb278e4
commit 2009178b38

View File

@@ -41,6 +41,11 @@
astal = astal.packages.${system};
};
apps.default = {
type = "app";
program = "${self.packages.${system}.default}/bin/tpanel";
};
devShells.${system} = {
default = pkgs.mkShell {
nativeBuildInputs = [