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;
|
xdg.menus.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
@ -182,7 +183,7 @@ in
|
|||||||
haskellPackages.hpack
|
haskellPackages.hpack
|
||||||
haskellPackages.hasktags
|
haskellPackages.hasktags
|
||||||
haskellPackages.hoogle
|
haskellPackages.hoogle
|
||||||
(all-hies.selection { selector = p: { inherit (p) ghc864; }; })
|
(all-hies.selection { selector = p: { inherit (p) ghc864 ghc865; }; })
|
||||||
|
|
||||||
# Scala
|
# Scala
|
||||||
sbt
|
sbt
|
||||||
|
Loading…
Reference in New Issue
Block a user