aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f86b33a..d2122ec 100644
--- a/flake.nix
+++ b/flake.nix
@@ -39,6 +39,13 @@
in
{
formatter = treefmt.config.build.wrapper;
+
+ devShells.default = pkgs.mkShell {
+ packages = [
+ # For generating nvim-treesitter parsers.
+ pkgs.tree-sitter
+ ];
+ };
}
)
// {