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

12 lines
139 B
Nix
Raw Normal View History

{ newScope }:
let
callPackage = newScope self;
self = {
platformio-chrootenv = callPackage ./chrootenv.nix { };
};
in self