This commit is contained in:
parent
d007106840
commit
ed1787c8bc
2 changed files with 21 additions and 0 deletions
|
@ -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, ...}:
|
||||
|
|
Reference in a new issue