summaryrefslogtreecommitdiffstats
path: root/nixos
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 /nixos
parent4015c5ca9c6ec7d4aa765c97b4413b478daa278b (diff)
nixos/xmonad: add haskellPackages type
Diffstat (limited to 'nixos')
-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 fe8ed3812511..1ad0bb9ce677 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.