feat(pkgs): add circom
and circom-lsp
This commit is contained in:
parent
61fceefb4a
commit
9305fbc2ff
3 changed files with 68 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue