Fix Deployment deps

This commit is contained in:
2023-03-15 22:15:31 -04:00
parent a7eaa93a3f
commit 7ae845c6fb

View File

@@ -22,7 +22,9 @@
runCommandHook = {
handyhelper = pkgs.runCommand "Handy Helper Deploy" {
nativeBuildInputs = [newalan];
nativeBuildInputs = [
packages.handyhelper
];
} ''
cat << 'DOC' >> $out
#!${pkgs.runtimeShell}