{ }: let pkgs = import {}; in pkgs.stdenv.mkDerivation rec { name = "build-env"; src = ./.; buildInputs = with pkgs; [ gnumake pandoc ]; }