tvl-depot/boilerplate/elm/shell.nix

11 lines
180 B
Nix
Raw Normal View History

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