Compare commits
No commits in common. "df3e4f09cbeda62b3d55c72523fdf7be0ea5ae96" and "62f3b036283741e198d64b6c30491f5e80bf0b8d" have entirely different histories.
df3e4f09cb
...
62f3b03628
|
@ -42,7 +42,7 @@ This repository also contains a Nix flake. It can be used in a NixOS configurati
|
|||
1. Add flake to inputs:
|
||||
```nix
|
||||
url-eater.url = "github:AgathaSorceress/url-eater";
|
||||
url-eater.inputs.nixpkgs.follows = "nixpkgs"; # optional
|
||||
url-eater.inputs.nixpkgs.follows = "nixpkgs"; #optional
|
||||
```
|
||||
2. Adding output:
|
||||
```nix
|
||||
|
@ -74,6 +74,7 @@ Clone this repository, then run:
|
|||
```sh
|
||||
cargo build --release
|
||||
```
|
||||
You will need Rust 1.65 or newer.
|
||||
The output binary will be in `target/release/url-eater`
|
||||
|
||||
Alternatively,
|
||||
|
|
Loading…
Reference in New Issue