about summary refs log blame commit diff
path: root/website/sandbox/learnpianochords/shell.nix
blob: 6f1c8ee23b300650a24f8fdefdd72521c7e8f87e (plain) (tree)
1
2
3
4
5
6
7
8
9




                             
                          
                        

    
let
  pkgs = import <nixpkgs> {};
in pkgs.mkShell {
  buildInputs = with pkgs; [
    elmPackages.elm
    elmPackages.elm-format
    elmPackages.elm-live
  ];
}