From eaece88913d73661960a055a5c10bdeaa6a19f99 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 11 Oct 2021 10:37:53 -0300 Subject: Update link to Git repositories --- _articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md') 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 2b6424d..85dfe4f 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,8 +21,8 @@ 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/ -[37-lines]: https://git.euandreh.xyz/cargo2nix/tree/default.nix?id=472dde8898296c8b6cffcbd10b3b2c3ba195846d +[cargo2nix]: https://euandreh.xyz/cargo2nix.git/ +[37-lines]: https://euandreh.xyz/cargo2nix.git/tree/default.nix?id=472dde8898296c8b6cffcbd10b3b2c3ba195846d Here's how to use it (snippet taken from the repo's README): @@ -74,7 +74,7 @@ Try out the demo (also taken from the repo's README): ```shell pushd "$(mktemp -d)" -git clone https://git.euandreh.xyz/cargo2nix-demo +git clone https://euandreh.xyz/cargo2nix-demo.git cd cargo2nix-demo/ nix-build ``` -- cgit v1.2.3