feat(pkgs): add envsub

This commit is contained in:
reo101 2023-11-17 16:06:50 +02:00
parent 4afa641a4d
commit 19ac5f4f5b
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
2 changed files with 34 additions and 0 deletions

View file

@ -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 { };