Console Script Application
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user