[NixOS] Add hpack and rustc

This commit is contained in:
2019-06-20 12:17:20 -07:00
parent 01a18c4c99
commit aae48685c3

View File

@@ -175,6 +175,7 @@ in
cabal2nix
ghc
stack
haskellPackages.hpack
haskellPackages.hasktags
haskellPackages.hoogle
(all-hies.selection { selector = p: { inherit (p) ghc864; }; })
@@ -188,6 +189,7 @@ in
nodejs
# Rust
rustc
cargo
# Clojure