From 10349e72b91962c838719d4859a5e7cf05f10946 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 31 Jan 2017 22:37:18 +0100 Subject: [PATCH] nixos: drop unused 'haskellPackages' option from ihaskell service Closes https://github.com/NixOS/nixpkgs/issues/19039. --- nixos/modules/services/misc/ihaskell.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/nixos/modules/services/misc/ihaskell.nix b/nixos/modules/services/misc/ihaskell.nix index d0e9b839e75..df7b9be0db5 100644 --- a/nixos/modules/services/misc/ihaskell.nix +++ b/nixos/modules/services/misc/ihaskell.nix @@ -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 - extraPackages. - ''; - }; - extraPackages = mkOption { default = self: []; example = literalExample ''