mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
nh: add passthru.updateScript
This commit is contained in:
parent
6ac5449359
commit
4b7014aa88
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue