nh: add passthru.updateScript

This commit is contained in:
éclairevoyant 2024-01-10 15:03:11 -05:00
parent 6ac5449359
commit 4b7014aa88
No known key found for this signature in database
GPG key ID: E3813AEAA02DB54B

View file

@ -3,6 +3,7 @@
, installShellFiles
, makeWrapper
, fetchFromGitHub
, nix-update-script
, nvd
, use-nom ? true
, nix-output-monitor ? null
@ -49,6 +50,8 @@ rustPlatform.buildRustPackage {
cargoHash = "sha256-Ul4DM8WmKvKG32zBXzpdzHZknpTQAVvrxFcEd/C1buA=";
passthru.updateScript = nix-update-script { };
meta = {
description = "Yet another nix cli helper";
homepage = "https://github.com/ViperML/nh";