From aae48685c31e2658561753934ed8293964fd4693 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 20 Jun 2019 12:17:20 -0700 Subject: [PATCH] [NixOS] Add hpack and rustc --- nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 9db78d42..cb9c2caa 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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