updated libraries
This commit is contained in:
parent
d5d5d000b3
commit
3b7e68065a
102 changed files with 3020 additions and 1624 deletions
7
shell.nix
Normal file
7
shell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.arduino-ide
|
||||
];
|
||||
shellHook = "arduino-ide";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue