nushellPlugins.net: fix updateScript

This commit is contained in:
Joaquín Triñanes 2024-11-13 12:31:33 +01:00
parent fa06fc6088
commit f421151c79
No known key found for this signature in database
GPG Key ID: 6E1446DD451C6BAF

View File

@ -5,7 +5,7 @@
stdenv,
IOKit,
CoreFoundation,
unstableGitUpdater,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
IOKit
];
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Nushell plugin to list system network interfaces";