Skip to content
Snippets Groups Projects
Commit b34eb06f authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Get stack the correct way

parent 4370baf5
No related branches found
No related tags found
1 merge request!93Update to a newer Haskell.nix
# shell.nix # shell.nix
{ pkgs ? import <nixpkgs> { } }:
let let
project = import ./default.nix; project = import ./default.nix;
in in
...@@ -9,6 +10,7 @@ in ...@@ -9,6 +10,7 @@ in
withHoogle = false; withHoogle = false;
packages = ps: [ ps.stack ]; buildInputs = [
pkgs.stack
];
} }
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