Revert "nixos/xmonad: add haskellPackages type"

This commit is contained in:
Fritz Otlinghaus 2021-02-01 16:59:07 +01:00 committed by GitHub
parent c8183d4d25
commit 91b0341b53
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.