feat(pkgs): add flamelens

This commit is contained in:
reo101 2024-07-19 01:39:13 +03:00
parent a8ae6514d5
commit 3dc5d9ac6c
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
2 changed files with 31 additions and 0 deletions

View file

@ -10,6 +10,7 @@
circom-lsp = pkgs.callPackage ./circom-lsp { };
envsub = pkgs.callPackage ./envsub { };
fennel-language-server = pkgs.callPackage ./fennel-language-server { };
flamelens = pkgs.callPackage ./flamelens { };
parinfer-rust = pkgs.callPackage ./parinfer-rust { };
pest-ide-tools = pkgs.callPackage ./pest-ide-tools { };
# FIXME: only buildable on darwin