Unverified Commit 94743533 authored by seth's avatar seth
Browse files

ntpd-rs: add updateScript

parent 263f9945
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  darwin,
  pandoc,
  nixosTests,
  nix-update-script,
  testers,
}:

@@ -62,6 +63,8 @@ rustPlatform.buildRustPackage rec {
        inherit version;
      };
    };

    updateScript = nix-update-script { };
  };

  meta = {