forked from colonelpanic/dotfiles
[NixOS] Add ghc865 version for hies
This commit is contained in:
parent
c04f5e8edf
commit
1708f8ec65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user