about summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2021-02-01 17:02:11 +0100
committerGitHub <noreply@github.com>2021-02-01 17:02:11 +0100
commit31da4478f5f74ba9c7a0f35be4a661f39bc401fa (patch)
tree05f4d035dae14e841aa8484e31ba7fede8383c53
parentc8183d4d258f08d5b8e9414d3348bf6db998de60 (diff)
parent91b0341b53e1262d9d5ec1b69d06a12063748fb3 (diff)
Merge pull request #111581 from helsinki-systems/revert-111451-xmonad
Revert "nixos/xmonad: add haskellPackages type"
-rw-r--r--nixos/modules/services/x11/window-managers/xmonad.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/window-managers/xmonad.nix b/nixos/modules/services/x11/window-managers/xmonad.nix
index 1ad0bb9ce677d..fe8ed38125114 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.