Add patch for upstreamed uni package

This commit is contained in:
Charlotte Van Petegem 2022-05-10 09:59:02 +02:00
parent e7964d5b39
commit 2a93760a40
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 54 additions and 25 deletions

View file

@ -70,7 +70,6 @@
customPackages = callPackage: {
jdtls = callPackage ./packages/jdtls { };
kotlin-language-server = callPackage ./packages/kotlin-language-server { };
uni = callPackage ./packages/uni { };
}; in
utils.lib.mkFlake {
inherit self inputs;