Commit 5ae7f5a7 authored by Nicolas Pouillard's avatar Nicolas Pouillard

Update shell.nix : remove psc-package, add yarn and spago

parent 4a70d32d
...@@ -12,8 +12,10 @@ pkgs.mkShell { ...@@ -12,8 +12,10 @@ pkgs.mkShell {
buildInputs = [ buildInputs = [
easy-ps.purs-0_14_1 easy-ps.purs-0_14_1
easy-ps.psc-package easy-ps.spago
pkgs.yarn
build build
# do we need dhall-json?
pkgs.dhall-json pkgs.dhall-json
]; ];
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment