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

1
.envrc Normal file
View File

@@ -0,0 +1 @@
use nix

1
.gitignore vendored
View File

@@ -1 +1,2 @@
/target /target
/.direnv/

10
shell.nix Normal file
View File

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

4
todo.org Normal file
View File

@@ -0,0 +1,4 @@
* Inbox
** TODO use .env here LOL
[[file:~/Code/youtube-chat-rs/src/grpc.rs::let oauth_token = "Yeah!".to_string();]]