nps: set updateScript
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
nix,
|
||||
nix-update-script,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
}:
|
||||
@@ -20,6 +21,8 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
nativeCheckInputs = [ nix ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Cache the nix package list, query and sort results by relevance";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user