feat(pkgs): add circom and circom-lsp

This commit is contained in:
reo101 2023-07-23 17:05:15 +03:00
parent 61fceefb4a
commit 9305fbc2ff
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
3 changed files with 68 additions and 0 deletions

View file

@ -6,6 +6,8 @@
}: {
# example = pkgs.callPackage ./example { };
advcpmv = pkgs.callPackage ./advcpmv { };
circom = pkgs.callPackage ./circom { };
circom-lsp = pkgs.callPackage ./circom-lsp { };
fennel-language-server = pkgs.callPackage ./fennel-language-server { };
parinfer-rust = pkgs.callPackage ./parinfer-rust { };
pest-ide-tools = pkgs.callPackage ./pest-ide-tools { };