with import {}; { env = stdenv.mkDerivation { name = "env"; buildInputs = [ cabal-install cabal2nix tmux tmuxinator nodePackages.nodemon ]; }; }