Skip to content
Snippets Groups Projects
Commit ee62806b authored by Jens Nolte's avatar Jens Nolte
Browse files

Add haskell-ide-engine to haskell layer

parent 29afdc5c
No related branches found
No related tags found
No related merge requests found
{ pkgs, ... }:
let
all-hies-repo = pkgs.fetchFromGitHub {
owner = "infinisil";
repo = "all-hies";
rev = "0cba12ce4df375766dd183b4beebdee7d8e36e12";
sha256 = "1f91nrksr2x0zi2kbsy6qf4fmb1ybpx9p55rijhhs05rssk4b0nq";
};
all-hies = import all-hies-repo {};
in
{
environment.systemPackages = with pkgs; [
stack
all-hies.latest
];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment