summaryrefslogtreecommitdiffstats
path: root/pkgs/rpi/default.nix
blob: 6a30f74737c8330b31b353dd762809b27ce34f80 (plain)
1
2
3
4
5
6
7
8
9
self: super:

let
  inherit (super) mylib;
in

{
  rpiPackages = mylib.mapNixDir (path: self.callPackage path {}) ./.;
}