platformio: init at 2.7.0

This commit is contained in:
Matthew O'Gorman
2016-01-06 04:09:52 -05:00
parent ecac5e9f67
commit 119a9458fb
4 changed files with 68 additions and 0 deletions
@@ -0,0 +1,11 @@
{ pkgs, newScope }:
let
callPackage = newScope self;
self = rec {
platformio-chrootenv = callPackage ./chrootenv.nix { };
};
in self