minor changes
This commit is contained in:
commit
35817c2219
5 changed files with 226 additions and 0 deletions
12
shell.nix
Normal file
12
shell.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
with import <nixpkgs> {} ;
|
||||
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
rshell
|
||||
esptool
|
||||
(python3.withPackages (p: with p;[
|
||||
pyserial
|
||||
black
|
||||
]))
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue