with (import {}); stdenv.mkDerivation { name = "my_printf"; builder = "${bash}/bin/bash"; src = ./.; }