12 lines
149 B
Nix
Raw Normal View History

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