module(waydroid): Add waydroid module
This commit is contained in:
parent
4b2706cf9b
commit
6267da609a
11 changed files with 381 additions and 11 deletions
|
|
@ -7,6 +7,7 @@ in
|
|||
./editor-runtime.nix
|
||||
./radicle-ci-broker.nix
|
||||
./wallpapers.nix
|
||||
./waydroid-script.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
5
overlays/additions/waydroid-script.nix
Normal file
5
overlays/additions/waydroid-script.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages.${system}) waydroid-script;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue