nurl

Generate Nix fetcher calls from repository URLs
Installation
The latest precompiled binaries are available on github.
Alternatively you can install nurl from crates.io with cargo.
sh
cargo install nurl
Building from source
sh
cargo build --release
Usage
```
Generate Nix fetcher calls from repository URLs
https://github.com/nix-community/nurl
Usage: nurl [OPTIONS]
Arguments:
URL to the repository to be fetched
the revision or reference to be fetched
Options:
-f, --fetcher specify the fetcher function instead of inferring from the URL [possible values: fetchFromGitHub, fetchFromGitLab, fetchFromSourcehut, fetchgit, fetchhg]
-i, --indent extra indentation (in number of spaces) [default: 0]
-h, --help Print help information
-V, --version Print version information
```
Changelog
See CHANGELOG.md