with import {}; { env = stdenv.mkDerivation { name = "env"; buildInputs = [ emacs ]; }; }