diff --git a/flake.nix b/flake.nix index 35afa03a..206d80fd 100644 --- a/flake.nix +++ b/flake.nix @@ -252,11 +252,18 @@ art-lotte art-lotte-bgs-nsfw art-lotte-bgs-sfw - kodi-joyn kodi-pydes package-updater ; - }; + } + // ( + if name != "riscv64-linux" then + { + inherit (pkgs) kodi-joyn; + } + else + { } + ); }) [ "x86_64-linux"