{ pkgs }: binPath: pkgs.stdenvNoCC.mkDerivation { src = binPath; buildPhase = '' mkdir -p $out cp $src $out/plugin ''; }