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> {} }: |
{pkgs ? import <nixpkgs> {}}: let |
||||
let |
|
||||
in |
in |
||||
pkgs.mkShell { |
pkgs.mkShell { |
||||
buildInputs = [ |
buildInputs = [ |
||||
pkgs.platformio |
pkgs.platformio |
||||
pkgs.python3 |
pkgs.python3 |
||||
|
pkgs.gcc |
||||
|
pkgs.gtest |
||||
# optional: needed as a programmer i.e. for esp32 |
# optional: needed as a programmer i.e. for esp32 |
||||
pkgs.avrdude |
pkgs.avrdude |
||||
]; |
]; |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue