tvl-depot/website/sandbox/learnpianochords/shell.nix

10 lines
160 B
Nix
Raw Normal View History

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