aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index e3a3ce2..8f05ecb 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,8 +1,8 @@
{ pkgs ? import <nixpkgs> {}, ... }:
pkgs.mkShell {
- # TODO add more dependencies
buildInputs = [
pkgs.tree-sitter
+ pkgs.elmPackages.elm-format
];
}