Skip to content

Commit

Permalink
nixos: drop unused 'haskellPackages' option from ihaskell service
Browse files Browse the repository at this point in the history
Closes #19039.
  • Loading branch information
peti committed Jan 31, 2017
1 parent 887590e commit 10349e7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions nixos/modules/services/misc/ihaskell.nix
Expand Up @@ -20,18 +20,6 @@ in
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 {
default = self: [];
example = literalExample ''
Expand Down

0 comments on commit 10349e7

Please sign in to comment.