nixhub_package_versions
Retrieve version history and nixpkgs commit hashes for a specific NixOS package to ensure reproducible builds. Query by package name and limit results for precise version tracking.
Instructions
Get version history and nixpkgs commit hashes for a specific package from NixHub.io.
Use this tool when users need specific package versions or commit hashes for reproducible builds.
Args: package_name: Name of the package to query (e.g., "firefox", "python") limit: Maximum number of versions to return (default: 10, max: 50)
Returns: Plain text with package info and version history including commit hashes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
package_name | Yes |