[NixOS] Add hpack and rustc

This commit is contained in:
Ivan Malison 2019-06-20 12:17:20 -07:00
parent 01a18c4c99
commit aae48685c3
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -175,6 +175,7 @@ in
cabal2nix cabal2nix
ghc ghc
stack stack
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; }; })
@ -188,6 +189,7 @@ in
nodejs nodejs
# Rust # Rust
rustc
cargo cargo
# Clojure # Clojure