mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Revert "nixos/xmonad: add haskellPackages type"
This commit is contained in:
parent
c8183d4d25
commit
91b0341b53
@ -43,7 +43,6 @@ 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.
|
||||
|
Loading…
Reference in New Issue
Block a user