brainix/sources/nixpkgs/pkgs/development/arduino/platformio/default.nix
2026-02-13 17:06:24 +09:00

11 lines
139 B
Nix

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