12 lines
139 B
Nix
Raw Normal View History

2016-01-06 04:05:19 -05:00
{ newScope }:
2016-01-06 04:05:19 -05:00
let
callPackage = newScope self;
2019-08-13 21:52:01 +00:00
self = {
2016-01-06 04:05:19 -05:00
platformio-chrootenv = callPackage ./chrootenv.nix { };
};
in self