nixos/xmonad: add haskellPackages type

This commit is contained in:
Fritz Otlinghaus 2021-01-31 12:57:14 +01:00
parent 4015c5ca9c
commit 37f575cd7e
No known key found for this signature in database
GPG key ID: 1E5F98946FB1444E

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.