From 1708f8ec658790b360027a14206ea87d6c2398fb Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 23 Jun 2019 13:55:11 -0700 Subject: [PATCH] [NixOS] Add ghc865 version for hies --- nixos/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5baa640f..6e4f6ceb 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -90,6 +90,7 @@ in }; xdg.menus.enable = true; + environment.systemPackages = with pkgs; [ # Applications @@ -182,7 +183,7 @@ in haskellPackages.hpack haskellPackages.hasktags haskellPackages.hoogle - (all-hies.selection { selector = p: { inherit (p) ghc864; }; }) + (all-hies.selection { selector = p: { inherit (p) ghc864 ghc865; }; }) # Scala sbt