Skip to content

Commit

Permalink
chore(nix): Update dependencies. (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess committed Apr 20, 2024
2 parents 17171c7 + 44c6e9e commit ba231d0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 35 deletions.
58 changes: 29 additions & 29 deletions flake.lock

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

7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
inputs = {
haskell-nix.url = "github:input-output-hk/haskell.nix";

# Until `haskell.nix` catches up.
"hls-2.7" = { url = "github:haskell/haskell-language-server/2.7.0.0"; flake = false; };

# We use this for some convenience functions only.
hacknix.url = "github:hackworthltd/hacknix";

Expand Down Expand Up @@ -468,9 +465,7 @@
tools = {
ghcid = "latest";

# Workaround for HLS in haskell.nix. Ref:
# https://github.com/input-output-hk/haskell.nix/issues/1981#issuecomment-1594278049
haskell-language-server.src = inputs."hls-2.7";
haskell-language-server.src = pkgs.haskell-nix.sources."hls-2.7";

implicit-hie = "latest";

Expand Down

0 comments on commit ba231d0

Please sign in to comment.