Merge pull request #111581 from helsinki-systems/revert-111451-xmonad

Revert "nixos/xmonad: add haskellPackages type"
This commit is contained in:
ajs124 2021-02-01 17:02:11 +01:00 committed by GitHub
commit 31da4478f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,6 @@ 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.