Skip to content

Commit 840bd36

Browse files
committed
herdr: add custom dependency argument to nix-update-script
This should allow for auto updates of the custom zig dependencies when nix-update-script is being run.
1 parent 1a35234 commit 840bd36

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pkgs/by-name/he/herdr/package.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
7070
nativeInstallCheckInputs = [ versionCheckHook ];
7171
doInstallCheck = true;
7272

73-
passthru.updateScript = nix-update-script { };
73+
passthru.updateScript = nix-update-script {
74+
extraArgs = [
75+
"--custom-dep"
76+
"zigDeps"
77+
];
78+
};
7479

7580
meta = {
7681
description = "Agent multiplexer that lives in your terminal";

0 commit comments

Comments
 (0)