@ -0,0 +1 @@
use nix
@ -0,0 +1,9 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [
esptool
picocom
gnumake
];
}