This commit is contained in:
mjallen18
2026-01-22 08:49:09 -06:00
parent 5d9613ee13
commit a5b53e66e7
16 changed files with 49 additions and 49 deletions

View File

@@ -5,11 +5,11 @@
}:
let
inherit (lib.trivial) importJSON;
inherit (lib.${namespace}) versioning;
inherit (lib.${namespace}) selectVariant mkAllSources;
versionSpec = importJSON ./version.json;
selected = versioning.selectVariant versionSpec null null;
sources = versioning.mkAllSources selected;
selected = selectVariant versionSpec null null;
sources = mkAllSources selected;
in
stdenvNoCC.mkDerivation {