Unverified Commit ab2d1c90 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

platformio: fix eval (#395654)

parents e972baf5 fd715561
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ newScope, python3Packages }:
{ newScope }:

let
  callPackage = newScope self;

  self = {
    platformio-core = python3Packages.callPackage ./core.nix { };
    platformio-core = callPackage ./core.nix { };

    platformio-chrootenv = callPackage ./chrootenv.nix { };
  };