Skip to content

Commit

Permalink
flake.nix Add ghcide-bench to sourceDirs (#3125)
Browse files Browse the repository at this point in the history
This is required for nix-based dev shells to work.
  • Loading branch information
akshaymankar authored Aug 27, 2022
1 parent d0e3e0f commit 7760340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
sourceDirs = {
haskell-language-server = ./.;
ghcide = ./ghcide;
ghcide-bench = ./ghcide-bench;
hls-graph = ./hls-graph;
shake-bench = ./shake-bench;
hie-compat = ./hie-compat;
Expand Down

0 comments on commit 7760340

Please sign in to comment.