tv rpiPackages: init

This commit is contained in:
tv 2020-10-15 14:22:40 +02:00
parent f5133d7c26
commit a011067312
1 changed files with 9 additions and 0 deletions

9
tv/5pkgs/rpi/default.nix Normal file
View File

@ -0,0 +1,9 @@
let
lib = import <stockholm/lib>;
in
self: super:
{
rpiPackages = lib.mapNixDir (path: self.callPackage path {}) ./.;
}