This commit is contained in:
mjallen18
2026-01-22 16:08:24 -06:00
parent 5b96b59e60
commit 5a22ad0f88
6 changed files with 40 additions and 28 deletions

View File

@@ -19,7 +19,7 @@
}:
let
inherit (lib.trivial) importJSON;
inherit (lib.${namespace}) selectVariant mkAllSources;
inherit (lib.${namespace}) selectVariant;
versionSpec = importJSON ./version.json;
selected = selectVariant versionSpec variant null;