diff options
Diffstat (limited to 'website/sandbox/chord-drill-sergeant/shell.nix')
-rw-r--r-- | website/sandbox/chord-drill-sergeant/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/sandbox/chord-drill-sergeant/shell.nix b/website/sandbox/chord-drill-sergeant/shell.nix index 30061e65f9d5..584b6c4a9e84 100644 --- a/website/sandbox/chord-drill-sergeant/shell.nix +++ b/website/sandbox/chord-drill-sergeant/shell.nix @@ -3,5 +3,6 @@ let in pkgs.mkShell { buildInputs = with pkgs; [ elmPackages.elm + elmPackages.elm-format ]; } |