9e2fbfde8e
I'd like to eventually deploy this to wpcarro.dev. Coming soon!
10 lines
180 B
Nix
10 lines
180 B
Nix
let
|
|
briefcase = import <briefcase> {};
|
|
pkgs = briefcase.third_party.pkgs;
|
|
in pkgs.mkShell {
|
|
buildInputs = with pkgs.elmPackages; [
|
|
elm
|
|
elm-format
|
|
elm-live
|
|
];
|
|
}
|