mirror of
https://github.com/kittywitch/esp32-c3-meepy.git
synced 2026-02-09 07:59:18 -08:00
feat: clean up part 1
This commit is contained in:
parent
6841142729
commit
77826ad4cd
4 changed files with 132 additions and 98 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue