Unverified Commit bc9005d7 authored by Michael Daniels's avatar Michael Daniels
Browse files

nps: set updateScript

parent ed4ff714
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{
  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 = ''