12 lines
143 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;
self = rec {
platformio-chrootenv = callPackage ./chrootenv.nix { };
};
in self