nixpkgs/pkgs/development/arduino/platformio/default.nix

12 lines
143 B
Nix
Raw Normal View History

2016-01-06 10:05:19 +01:00
{ newScope }:
2016-01-06 10:05:19 +01:00
let
callPackage = newScope self;
self = rec {
platformio-chrootenv = callPackage ./chrootenv.nix { };
};
in self