{ stdenv , garlicTools }: { nextStage , nixPrefix , sshHost }: with garlicTools; let program = stageProgram nextStage; in stdenv.mkDerivation { name = "trebuchet"; phases = [ "installPhase" ]; preferLocalBuild = true; dontPatchShebangs = true; inherit nextStage; installPhase = '' cat > $out <