diff --git a/flake.nix b/flake.nix index f842ac1..99280b4 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,9 @@ runCommandHook = { handyhelper = pkgs.runCommand "Handy Helper Deploy" { - nativeBuildInputs = [newalan]; + nativeBuildInputs = [ + packages.handyhelper + ]; } '' cat << 'DOC' >> $out #!${pkgs.runtimeShell}