Console Script Application

This commit is contained in:
2023-03-15 23:04:46 -04:00
parent ee29c54eef
commit ca09506e7d
5 changed files with 13 additions and 12 deletions

View File

@@ -22,7 +22,7 @@
handyhelper = pkgs.runCommand "Handy Helper Deploy" {
nativeBuildInputs = [
packages.handyhelper_pkg
packages.handyhelper
];
} ''
cat << 'DOC' >> $out
@@ -46,7 +46,6 @@ DOC
packages = {
handyhelper = mkPoetryApplication { projectDir = self; };
handyhelper_pkg = mkPoetryPackages { projectDir = self; };
default = self.packages.${system}.handyhelper;
};