Nix shell deps for working with the project

master
Elis Hirwing 4 years ago
commit 43fadae071
Signed by: etu
GPG Key ID: D57EFA625C9A925F

@ -0,0 +1 @@
use nix

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