tv rpiPackages: init
This commit is contained in:
parent
f5133d7c26
commit
a011067312
9
tv/5pkgs/rpi/default.nix
Normal file
9
tv/5pkgs/rpi/default.nix
Normal file
@ -0,0 +1,9 @@
|
||||
let
|
||||
lib = import <stockholm/lib>;
|
||||
in
|
||||
|
||||
self: super:
|
||||
|
||||
{
|
||||
rpiPackages = lib.mapNixDir (path: self.callPackage path {}) ./.;
|
||||
}
|
Loading…
Reference in New Issue
Block a user