diff --git a/flake.nix b/flake.nix index e51785f..0777276 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ DOC }; packages = { handyhelper = mkPoetryApplication { projectDir = self; }; - default = self.packages.${system}.myapp; + default = self.packages.${system}.handyhelper; }; devShells.default = pkgs.mkShell {