summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 15:22:06 +0100
committerGitHub <noreply@github.com>2021-01-31 15:22:06 +0100
commita68c03eb1474079f8306926810f68b87064d2cc1 (patch)
tree56deae28999fecc9bd4076768649944c8ad2eabf /nixos
parent4d2b0ebe18b3d1f805a642c539b07bdca38463dc (diff)
parent37f575cd7ea29552f19fbe324973da62fc491dea (diff)
Merge pull request #111451 from helsinki-systems/xmonad
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.