mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
[Backport release-25.05] androidenv: autoupdate fix and prevent caching on hydra (#434657)
This commit is contained in:
@@ -189,7 +189,7 @@ let
|
||||
archive:
|
||||
(fetchurl {
|
||||
inherit (archive) url sha1;
|
||||
preferLocalBuild = true;
|
||||
inherit meta;
|
||||
passthru = {
|
||||
info = packageInfo;
|
||||
};
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "androidenv-test-suite";
|
||||
version = "1";
|
||||
version = lib.substring 0 8 (builtins.hashFile "sha256" ./repo.json);
|
||||
buildInputs = lib.mapAttrsToList (name: value: value) all-tests;
|
||||
|
||||
buildCommand = ''
|
||||
|
||||
Reference in New Issue
Block a user