mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
nixos/xmonad: don't reference nonexistent package sets in docs
This commit is contained in:
parent
531ff521d4
commit
53b33eee25
@ -46,7 +46,7 @@ in {
|
||||
haskellPackages = mkOption {
|
||||
default = pkgs.haskellPackages;
|
||||
defaultText = literalExpression "pkgs.haskellPackages";
|
||||
example = literalExpression "pkgs.haskell.packages.ghc784";
|
||||
example = literalExpression "pkgs.haskell.packages.ghc8107";
|
||||
type = types.attrs;
|
||||
description = ''
|
||||
haskellPackages used to build Xmonad and other packages.
|
||||
|
Loading…
Reference in New Issue
Block a user