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
commit a68c03eb14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.