diff --git a/flake.nix b/flake.nix index 8197139..43ee999 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,14 @@ pkgs = nixpkgs.legacyPackages.${system}; in f system pkgs); in { + apps = forAllSystems (system: pkgs: { + default = { + type = "app"; + program = "${lib.getExe self.packages.${system}.default}"; + meta.description = "Run uash as a normal executable"; + }; + }); + devShells = forAllSystems (system: pkgs: { default = pkgs.mkShell { buildInputs = with pkgs; [