summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2022-09-20 03:37:03 +0200
committermaralorn <mail@maralorn.de>2022-09-21 05:51:28 +0200
commitfae2ff5c035231ea858f9fa6f712e50143db0899 (patch)
tree5f8a18918d17ac4f5687d0e439ef66ccf9787982 /nixos/modules/services/x11/window-managers
parent161a30b76a660091ecb6cbc988e9fbb79f9f8430 (diff)
downloadnixpkgs-fae2ff5c035231ea858f9fa6f712e50143db0899.tar
nixpkgs-fae2ff5c035231ea858f9fa6f712e50143db0899.tar.gz
nixpkgs-fae2ff5c035231ea858f9fa6f712e50143db0899.tar.bz2
nixpkgs-fae2ff5c035231ea858f9fa6f712e50143db0899.tar.lz
nixpkgs-fae2ff5c035231ea858f9fa6f712e50143db0899.tar.xz
nixpkgs-fae2ff5c035231ea858f9fa6f712e50143db0899.tar.zst
nixpkgs-fae2ff5c035231ea858f9fa6f712e50143db0899.zip
haskell.{compiler,packages}: Add aliases without minor versions
Diffstat (limited to 'nixos/modules/services/x11/window-managers')
-rw-r--r--nixos/modules/services/x11/window-managers/xmonad.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/window-managers/xmonad.nix b/nixos/modules/services/x11/window-managers/xmonad.nix
index de5996448cb..c35446bf405 100644
--- a/nixos/modules/services/x11/window-managers/xmonad.nix
+++ b/nixos/modules/services/x11/window-managers/xmonad.nix
@@ -46,7 +46,7 @@ in {
       haskellPackages = mkOption {
         default = pkgs.haskellPackages;
         defaultText = literalExpression "pkgs.haskellPackages";
-        example = literalExpression "pkgs.haskell.packages.ghc8107";
+        example = literalExpression "pkgs.haskell.packages.ghc810";
         type = types.attrs;
         description = lib.mdDoc ''
           haskellPackages used to build Xmonad and other packages.