mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
nushellPlugins.net: fix updateScript
This commit is contained in:
parent
fa06fc6088
commit
f421151c79
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user