nixos: drop unused 'haskellPackages' option from ihaskell service
Closes https://github.com/NixOS/nixpkgs/issues/19039.
This commit is contained in:
parent
887590e1d2
commit
10349e72b9
@ -20,18 +20,6 @@ in
|
|||||||
description = "Autostart an IHaskell notebook service.";
|
description = "Autostart an IHaskell notebook service.";
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPackages = mkOption {
|
|
||||||
default = pkgs.haskellPackages;
|
|
||||||
defaultText = "pkgs.haskellPackages";
|
|
||||||
example = literalExample "pkgs.haskell.packages.ghc784";
|
|
||||||
description = ''
|
|
||||||
haskellPackages used to build IHaskell and other packages.
|
|
||||||
This can be used to change the GHC version used to build
|
|
||||||
IHaskell and the packages listed in
|
|
||||||
<varname>extraPackages</varname>.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
extraPackages = mkOption {
|
extraPackages = mkOption {
|
||||||
default = self: [];
|
default = self: [];
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user