mirror of https://github.com/meshcore-dev/MeshCore
3 changed files with 12 additions and 0 deletions
@ -0,0 +1 @@ |
|||
use nix |
|||
@ -0,0 +1,10 @@ |
|||
{ pkgs ? import <nixpkgs> {} }: |
|||
let |
|||
in |
|||
pkgs.mkShell { |
|||
buildInputs = [ |
|||
pkgs.platformio |
|||
# optional: needed as a programmer i.e. for esp32 |
|||
pkgs.avrdude |
|||
]; |
|||
} |
|||
Loading…
Reference in new issue