From 8a5dfaec8816db7fcd2ea4501643133800df2a22 Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Tue, 5 Sep 2023 13:55:20 +0200 Subject: add elm-format --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index e3a3ce2..8f05ecb 100644 --- a/shell.nix +++ b/shell.nix @@ -1,8 +1,8 @@ { pkgs ? import {}, ... }: pkgs.mkShell { - # TODO add more dependencies buildInputs = [ pkgs.tree-sitter + pkgs.elmPackages.elm-format ]; } -- cgit v1.2.3