This commit is contained in:
mjallen18
2026-03-24 08:52:01 -05:00
parent cd6ea07e88
commit 0ffbeaaea1
20 changed files with 56 additions and 32 deletions

View File

@@ -14,6 +14,7 @@
freetype,
namespace,
system,
pkgs,
}:
let
inherit (lib.trivial) importJSON;
@@ -21,7 +22,7 @@ let
versionSpec = importJSON ./version.json;
selected = selectVariant versionSpec null null;
sources = mkAllSources selected;
sources = mkAllSources pkgs selected;
# cargoHash is stored alongside the source in version.json so the TUI can update it
cargoHash = selected.sources.librepods.cargoHash;
in