Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 256b5d6

Browse files
committed
Add shell.nix
1 parent c02e4ee commit 256b5d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

shell.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{pkgs ? import ./nixpkgs.nix {} }:
2+
3+
with pkgs;
4+
5+
mkShell {
6+
name = "haskell-binaryen";
7+
buildInputs = [ nix stack ];
8+
}

0 commit comments

Comments
 (0)