Add haskell-ts-mode
All checks were successful
/ test (push) Successful in 19s

This commit is contained in:
Andrea Ciceri 2024-08-25 10:08:58 +02:00
parent d007106840
commit ed1787c8bc
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 21 additions and 0 deletions

View file

@ -18,6 +18,10 @@
url = "github:zerolfx/copilot.el";
flake = false;
};
extra-package-haskell-ts-mode = {
url = "git+https://codeberg.org/pranshu/haskell-ts-mode.git";
flake = false;
};
};
outputs = inputs @ {flake-parts, ...}: