Make work

This commit is contained in:
2025-10-17 12:36:41 +03:00
parent 404a2ac233
commit b74ea12aea
9 changed files with 2222 additions and 10 deletions

View File

@@ -1,8 +1,12 @@
{pkgs}: {
default = pkgs.mkShell {
buildInputs = with pkgs; [
python312
];
buildInputs = with pkgs;
[
python311
]
++ (with pkgs.python311Packages; [
grpcio
]);
shellHook =
/*
bash