Add deps
commit
2ac6a02d5f
|
@ -0,0 +1,12 @@
|
|||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation rec {
|
||||
name = "env";
|
||||
env = buildEnv { name = name; paths = buildInputs; };
|
||||
buildInputs = [
|
||||
esptool
|
||||
picocom
|
||||
python3
|
||||
python36Packages.pip
|
||||
python36Packages.virtualenv
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue