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

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.