begin type interop

This commit is contained in:
mtgmonkey 2025-05-04 13:11:51 -04:00
parent 6c4557289b
commit c86f613ccc
6 changed files with 94 additions and 3 deletions

View file

@ -16,9 +16,11 @@
];
in
pkgs.mkShell {
nativeBuildInputs = [
buildInputs = [
elmInputs
haskellInputs
];
packages = [
buildTools
cliTools
];