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 1a35234 commit 840bd36Copy full SHA for 840bd36
1 file changed
pkgs/by-name/he/herdr/package.nix
@@ -70,7 +70,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
70
nativeInstallCheckInputs = [ versionCheckHook ];
71
doInstallCheck = true;
72
73
- passthru.updateScript = nix-update-script { };
+ passthru.updateScript = nix-update-script {
74
+ extraArgs = [
75
+ "--custom-dep"
76
+ "zigDeps"
77
+ ];
78
+ };
79
80
meta = {
81
description = "Agent multiplexer that lives in your terminal";
0 commit comments