with import {}; { env = stdenv.mkDerivation { name = "env"; buildInputs = [ elmPackages.elm cabal-install cabal2nix nodejs sqlite tmux ]; }; }