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