platformio: init at 2.7.0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
{ pkgs, newScope }:
|
||||
|
||||
let
|
||||
callPackage = newScope self;
|
||||
|
||||
self = rec {
|
||||
platformio-chrootenv = callPackage ./chrootenv.nix { };
|
||||
};
|
||||
|
||||
in self
|
||||
Reference in New Issue
Block a user