NixOS beginner: xmonad and haskellmode in NixOS 14.04
问题 I'm trying so set up a NixOS VM for code development in haskell, and got into troubles with the basic installation of both xmonad and emacs. The relevant part of my /etc/nixos/configuration.nix is environment.systemPackages = with pkgs; [ emacs emacs24Packages.haskellMode xlibs.xmessage haskellPackages.haskellPlatform.ghc haskellPackages.xmobar haskellPackages.xmonad haskellPackages.xmonadContrib haskellPackages.xmonadExtras ]; xmonad: when I try to compile the code, xmonad complains that it