mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #111451 from helsinki-systems/xmonad
nixos/xmonad: add haskellPackages type
This commit is contained in:
commit
a68c03eb14
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue