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