Skip to content

Commit

Permalink
build: added Cabal, Hlint and HLS as shell tools in flake
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMazarro committed Sep 25, 2024
1 parent 34dedc4 commit 79145b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
name = "hapistrano";
src = ./.;
};
# This is used by `nix develop .` to open a shell for use with
# `cabal`, `hlint` and `haskell-language-server`
shell.tools = {
cabal = {};
hlint = {};
haskell-language-server = {};
};
compiler-nix-name = "ghc96";
};
})
Expand Down

0 comments on commit 79145b3

Please sign in to comment.