aboutsummaryrefslogtreecommitdiff
path: root/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md
diff options
context:
space:
mode:
Diffstat (limited to '_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md')
-rw-r--r--_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md6
1 files changed, 3 insertions, 3 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 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
```