add rebar3 to devShell

This commit is contained in:
778a69cd 2023-03-29 19:00:31 +02:00
parent c7ca2be353
commit 48e0e03170

View file

@ -14,6 +14,7 @@
in pkgs.mkShell {
buildInputs = with pkgs; [
elixir
rebar3
cmake
imagemagick
];