From 91b0341b53e1262d9d5ec1b69d06a12063748fb3 Mon Sep 17 00:00:00 2001 From: Fritz Otlinghaus Date: Mon, 1 Feb 2021 16:59:07 +0100 Subject: [PATCH] Revert "nixos/xmonad: add haskellPackages type" --- nixos/modules/services/x11/window-managers/xmonad.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/x11/window-managers/xmonad.nix b/nixos/modules/services/x11/window-managers/xmonad.nix index 1ad0bb9ce67..fe8ed381251 100644 --- a/nixos/modules/services/x11/window-managers/xmonad.nix +++ b/nixos/modules/services/x11/window-managers/xmonad.nix @@ -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.