Correct Package Naming
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user