diff --git a/flake.lock b/flake.lock index e92d0cd..32dfaa4 100644 --- a/flake.lock +++ b/flake.lock @@ -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", diff --git a/flake.nix b/flake.nix index 11d8b45..f48cc79 100644 --- a/flake.nix +++ b/flake.nix @@ -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, ...}: