We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cda08e + c589377 commit 32ba344Copy full SHA for 32ba344
pkgs/by-name/es/espup/package.nix
@@ -11,6 +11,7 @@
11
stdenv,
12
darwin,
13
testers,
14
+ writableTmpDirAsHomeHook,
15
nix-update-script,
16
}:
17
@@ -51,9 +52,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
51
52
ZSTD_SYS_USE_PKG_CONFIG = true;
53
};
54
- preCheck = ''
55
- export HOME=$(mktemp -d)
56
- '';
+ nativeCheckInputs = [ writableTmpDirAsHomeHook ];
57
58
checkFlags = [
59
# makes network calls
0 commit comments