feat(waydroid): Disable waydroid
This commit is contained in:
parent
f91c01c081
commit
7a3f12da53
5 changed files with 0 additions and 22 deletions
|
|
@ -9,7 +9,6 @@ in
|
|||
./editor-runtime.nix
|
||||
./radicle-ci-broker.nix
|
||||
./wallpapers.nix
|
||||
./waydroid-script.nix
|
||||
./rime-yuhaostar.nix
|
||||
./nixvim.nix
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ in
|
|||
|
||||
# Nur
|
||||
./nur.nix
|
||||
./nur-ataraxiasejel.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
{ inputs, ... }:
|
||||
_final: prev:
|
||||
let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
nur = prev.nur // {
|
||||
repos = prev.nur.repos // {
|
||||
ataraxiasjel = prev.nur.repos.ataraxiasjel // {
|
||||
inherit (inputs.nur-ataraxiasjel.packages.${system}) waydroid-script;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue