Skip to content

Commit

Permalink
Add stack to the Nix shell
Browse files Browse the repository at this point in the history
Otherwise rules_haskell will download a binary release which would not
work on NixOS.

```
DEBUG:
.../external/rules_haskell/haskell/cabal.bzl:2384:10:
Stack not found.
DEBUG:
.../external/rules_haskell/haskell/cabal.bzl:2385:10:
Downloading Stack 2.7.5 ...
```
  • Loading branch information
aherrmann committed Sep 25, 2023
1 parent 21ed600 commit e78cbf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ mkShell {
git
openjdk11
python3
stack
# convenience dependencies
less
];
Expand Down

0 comments on commit e78cbf6

Please sign in to comment.