I may be stupid

This commit is contained in:
2026-04-20 08:06:05 +02:00
parent 381560eef8
commit a3caa0ebfa
4 changed files with 16 additions and 0 deletions

10
shell.nix Normal file
View File

@@ -0,0 +1,10 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [
protobuf
rustup
];
}