nps: set updateScript

This commit is contained in:
Michael Daniels
2025-12-07 13:17:26 -05:00
parent ed4ff714ad
commit bc9005d756
+3
View File
@@ -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 = ''