Skip to content

Commit

Permalink
Fix the nix develop shell
Browse files Browse the repository at this point in the history
`crypton` wasn't in the `nixpkgs` revision we were using, I guess.
  • Loading branch information
9999years committed Dec 20, 2023
1 parent 46dce3e commit ec968e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,14 @@
let hlib = prev.haskell.lib; in
{
slack-web = hprev.callCabal2nix "slack-web" ./. { };

# test-suite doesn't compile; probably fixed in a newer nixpkgs,
# but there's other jackage on newer nixpkgs such as the ghcid bug:
# https://github.com/NixOS/nixpkgs/issues/140774#issuecomment-1186546139
# and the fourmolu/ormolu bug:
# https://github.com/tweag/ormolu/issues/927
mutable-containers = hlib.dontCheck hprev.mutable-containers;

# 0.6.3 in the repo
refined = hfinal.refined_0_7;

pretty-simple = hfinal.callHackageDirect
{
pkg = "pretty-simple";
Expand Down

0 comments on commit ec968e6

Please sign in to comment.