summary refs log tree commit diff
diff options
context:
space:
mode:
authorFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 12:57:14 +0100
committerFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 12:57:14 +0100
commit37f575cd7ea29552f19fbe324973da62fc491dea (patch)
tree8ece0efd6eb773007f31e289654e6e8d9ee0fb23
parent4015c5ca9c6ec7d4aa765c97b4413b478daa278b (diff)
downloadnixpkgs-37f575cd7ea29552f19fbe324973da62fc491dea.tar
nixpkgs-37f575cd7ea29552f19fbe324973da62fc491dea.tar.gz
nixpkgs-37f575cd7ea29552f19fbe324973da62fc491dea.tar.bz2
nixpkgs-37f575cd7ea29552f19fbe324973da62fc491dea.tar.lz
nixpkgs-37f575cd7ea29552f19fbe324973da62fc491dea.tar.xz
nixpkgs-37f575cd7ea29552f19fbe324973da62fc491dea.tar.zst
nixpkgs-37f575cd7ea29552f19fbe324973da62fc491dea.zip
nixos/xmonad: add haskellPackages type
-rw-r--r--nixos/modules/services/x11/window-managers/xmonad.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/window-managers/xmonad.nix b/nixos/modules/services/x11/window-managers/xmonad.nix
index fe8ed381251..1ad0bb9ce67 100644
--- a/nixos/modules/services/x11/window-managers/xmonad.nix
+++ b/nixos/modules/services/x11/window-managers/xmonad.nix
@@ -43,6 +43,7 @@ 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.