about summary refs log tree commit diff
path: root/website/sandbox/chord-drill-sergeant/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'website/sandbox/chord-drill-sergeant/shell.nix')
-rw-r--r--website/sandbox/chord-drill-sergeant/shell.nix1
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 584b6c4a9e84..6f1c8ee23b30 100644
--- a/website/sandbox/chord-drill-sergeant/shell.nix
+++ b/website/sandbox/chord-drill-sergeant/shell.nix
@@ -4,5 +4,6 @@ in pkgs.mkShell {
   buildInputs = with pkgs; [
     elmPackages.elm
     elmPackages.elm-format
+    elmPackages.elm-live
   ];
 }