Files
youtube-chat-rs/shell.nix
2026-04-20 08:06:05 +02:00

11 lines
104 B
Nix

{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [
protobuf
rustup
];
}