diff options
Diffstat (limited to '')
-rw-r--r-- | _articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md index 385cea2..2b6424d 100644 --- a/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md +++ b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md @@ -21,7 +21,7 @@ was able to quickly prototype a Rust and Cargo variation of it: The initial prototype is even smaller than swift2nix: it has only [37 lines of code][37-lines]. -[cargo2nix]: https://git.euandreh.xyz/cargo2nix/about/ +[cargo2nix]: https://git.euandreh.xyz/cargo2nix/ [37-lines]: https://git.euandreh.xyz/cargo2nix/tree/default.nix?id=472dde8898296c8b6cffcbd10b3b2c3ba195846d Here's how to use it (snippet taken from the repo's README): |