Skip to content

Commit

Permalink
Workaround for haskell.nix issue
Browse files Browse the repository at this point in the history
- Workaround haskell.nix issue (input-output-hk/haskell.nix#1402) by using an
earlier version of haskell.nix.
  • Loading branch information
sevanspowell committed Mar 17, 2022
1 parent d3d0a56 commit b34877b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions flake.lock

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

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
nixpkgs.follows = "haskellNix/nixpkgs-2111";
hostNixpkgs.follows = "nixpkgs";
haskellNix = {
url = "github:input-output-hk/haskell.nix";
# FIXME: Workaround for https://github.com/input-output-hk/haskell.nix/issues/1402
url = "github:input-output-hk/haskell.nix/308c937bfc68071d8ab0206b44e0f3dde35a401e";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";
Expand Down

0 comments on commit b34877b

Please sign in to comment.