manual_inherit
This commit is contained in:
@@ -21,14 +21,13 @@
|
||||
let
|
||||
inherit (lib.trivial) importJSON;
|
||||
inherit (lib.${namespace}) selectVariant mkAllSources;
|
||||
inherit lib;
|
||||
|
||||
versionSpec = importJSON ./version.json;
|
||||
selected = selectVariant versionSpec null null;
|
||||
sources = mkAllSources pkgs selected;
|
||||
# cargoHash is stored alongside the source in version.json so the TUI can update it
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
cargoHash = selected.sources.librepods.cargoHash;
|
||||
|
||||
system = stdenv.hostPlatform.system;
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "librepods";
|
||||
|
||||
Reference in New Issue
Block a user