(zilch lang rust): initial commit

This commit is contained in:
puck 2024-11-25 22:06:44 +00:00
parent d52a1e7796
commit 5380ac9307
12 changed files with 1392 additions and 3 deletions

View file

@ -9,6 +9,7 @@ pkgs.mkShell {
buildInputs = [
(pkgs.callPackage ./core {})
(pkgs.callPackage ./lang/go {})
(pkgs.callPackage ./lang/rust {})
(pkgs.callPackage ./docs/docread {})
(pkgs.callPackage ./cli {})
@ -26,6 +27,7 @@ pkgs.mkShell {
pkgs.nodejs
pkgs.bpftrace
pkgs.s6
pkgs.yj
pkgs.rlwrap
];