idk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user