feat(pkgs): add envsub
This commit is contained in:
parent
4afa641a4d
commit
19ac5f4f5b
2 changed files with 34 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
advcpmv = pkgs.callPackage ./advcpmv { };
|
||||
circom = pkgs.callPackage ./circom { };
|
||||
circom-lsp = pkgs.callPackage ./circom-lsp { };
|
||||
envsub = pkgs.callPackage ./envsub { };
|
||||
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