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

17
flake.lock generated
View file

@ -36,6 +36,22 @@
"type": "github"
}
},
"extra-package-haskell-ts-mode": {
"flake": false,
"locked": {
"lastModified": 1724558409,
"narHash": "sha256-dmY9tE5xKB+8od/EJkcUsAZGFBsRiGmz26StbWxfXxo=",
"ref": "refs/heads/main",
"rev": "5d3bd04e43066164feaa864953d30e53e0e137e3",
"revCount": 46,
"type": "git",
"url": "https://codeberg.org/pranshu/haskell-ts-mode.git"
},
"original": {
"type": "git",
"url": "https://codeberg.org/pranshu/haskell-ts-mode.git"
}
},
"extra-package-indent-bars": {
"flake": false,
"locked": {
@ -207,6 +223,7 @@
"inputs": {
"emacs-overlay": "emacs-overlay",
"extra-package-copilot": "extra-package-copilot",
"extra-package-haskell-ts-mode": "extra-package-haskell-ts-mode",
"extra-package-indent-bars": "extra-package-indent-bars",
"extra-package-notmuch-notify": "extra-package-notmuch-notify",
"flake-parts": "flake-parts",

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, ...}: