Fix Deployment deps
This commit is contained in:
@@ -22,7 +22,9 @@
|
|||||||
runCommandHook = {
|
runCommandHook = {
|
||||||
|
|
||||||
handyhelper = pkgs.runCommand "Handy Helper Deploy" {
|
handyhelper = pkgs.runCommand "Handy Helper Deploy" {
|
||||||
nativeBuildInputs = [newalan];
|
nativeBuildInputs = [
|
||||||
|
packages.handyhelper
|
||||||
|
];
|
||||||
} ''
|
} ''
|
||||||
cat << 'DOC' >> $out
|
cat << 'DOC' >> $out
|
||||||
#!${pkgs.runtimeShell}
|
#!${pkgs.runtimeShell}
|
||||||
|
|||||||
Reference in New Issue
Block a user