Correct Package Naming

This commit is contained in:
2023-03-15 22:24:34 -04:00
parent b246a56510
commit 42560051d6

View File

@@ -46,7 +46,7 @@ DOC
}; };
packages = { packages = {
handyhelper = mkPoetryApplication { projectDir = self; }; handyhelper = mkPoetryApplication { projectDir = self; };
default = self.packages.${system}.myapp; default = self.packages.${system}.handyhelper;
}; };
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {