services.xserver.windowManager.xmonad.haskellPackages' is not of type
package'
#111564
Labels
0.kind: bug
Something is broken
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Describe the bug
NixOS config fails to build with
services.xserver.windowManager.xmonad
enabled, seemingly due to a breaking change either in itshaskellPackages
option or inpkgs.haskellPackages
(on unstable):I have a strong feeling this is related to 37f575c.
To Reproduce
Steps to reproduce the behavior:
echo "{vm0={pkgs,...}: {services.xserver.windowManager.xmonad.enable = true;};}" > test.nix
nixos-build-vms test.nix
Expected behavior
I expected the default value to type-check. I tried overriding it with
xmonad.haskellPackages = pkgs.haskellPackages
andxmonad.haskellPackages = pkgs.haskellPackages.ghc_8_10_2
but got the same error.Notify maintainers
Metadata
Maintainer information:
Thanks all!
The text was updated successfully, but these errors were encountered: