1 2 3 4 5 6 7 8 9
let lib = import <stockholm/lib>; in self: super: { rpiPackages = lib.mapNixDir (path: self.callPackage path {}) ./.; }