1 2 3 4 5 6 7 8 9
self: super: let inherit (super) mylib; in { rpiPackages = mylib.mapNixDir (path: self.callPackage path {}) ./.; }