feat: clean up part 1

This commit is contained in:
Kat Inskip 2025-10-18 04:31:20 -07:00
parent 6841142729
commit 77826ad4cd
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 132 additions and 98 deletions

View file

@ -32,6 +32,7 @@
buildy
pkgs.rustup
pkgs.espflash
pkgs.clippy
pkgs.pkg-config
pkgs.stdenv.cc
pkgs.libusb1
@ -45,6 +46,7 @@
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath buildInputs}";
shellHook = ''
export PATH="${lib.makeBinPath [pkgs.rust-analyzer]}:$PATH"
export PROJECT_DIR="$(pwd)";
# custom bashrc stuff
export PS1_PREFIX="(esp-rs)"