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

11 lines
204 B
Nix
Raw Normal View History

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