Merge pull request #111451 from helsinki-systems/xmonad

nixos/xmonad: add haskellPackages type
This commit is contained in:
Sandro
2021-01-31 15:22:06 +01:00
committed by GitHub

View File

@@ -43,6 +43,7 @@ in {
haskellPackages = mkOption {
default = pkgs.haskellPackages;
defaultText = "pkgs.haskellPackages";
type = types.package;
example = literalExample "pkgs.haskell.packages.ghc784";
description = ''
haskellPackages used to build Xmonad and other packages.