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.
1 parent 606f37b commit 1a35234Copy full SHA for 1a35234
1 file changed
pkgs/by-name/he/herdr/package.nix
@@ -7,6 +7,7 @@
7
writeShellScriptBin,
8
apple-sdk,
9
cctools,
10
+ versionCheckHook,
11
nix-update-script,
12
}:
13
@@ -66,6 +67,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
66
67
chmod -R u+w "$ZIG_GLOBAL_CACHE_DIR/p"
68
'';
69
70
+ nativeInstallCheckInputs = [ versionCheckHook ];
71
+ doInstallCheck = true;
72
+
73
passthru.updateScript = nix-update-script { };
74
75
meta = {
0 commit comments