Merge pull request #111451 from helsinki-systems/xmonad
nixos/xmonad: add haskellPackages type
This commit is contained in:
commit
a68c03eb14
@ -43,6 +43,7 @@ in {
|
|||||||
haskellPackages = mkOption {
|
haskellPackages = mkOption {
|
||||||
default = pkgs.haskellPackages;
|
default = pkgs.haskellPackages;
|
||||||
defaultText = "pkgs.haskellPackages";
|
defaultText = "pkgs.haskellPackages";
|
||||||
|
type = types.package;
|
||||||
example = literalExample "pkgs.haskell.packages.ghc784";
|
example = literalExample "pkgs.haskell.packages.ghc784";
|
||||||
description = ''
|
description = ''
|
||||||
haskellPackages used to build Xmonad and other packages.
|
haskellPackages used to build Xmonad and other packages.
|
||||||
|
Loading…
Reference in New Issue
Block a user