This commit is contained in:
mjallen18
2026-01-27 12:44:16 -06:00
parent d2c1cbf987
commit defbd725dd
10 changed files with 411 additions and 366 deletions

View File

@@ -1,4 +1,9 @@
{ lib, namespace, appimageTools, ... }:
{
lib,
namespace,
appimageTools,
...
}:
let
inherit (lib.trivial) importJSON;
inherit (lib.${namespace}) selectVariant mkAllSources;