1 2 3 4 5 6 7
with import ./lib; self: super: { rpiPackages = lib.mapNixDir (path: self.callPackage path {}) ./.; }