diff options
author | EuAndreh <eu@euandre.org> | 2021-10-11 10:37:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-10-11 10:40:34 -0300 |
commit | eaece88913d73661960a055a5c10bdeaa6a19f99 (patch) | |
tree | 3f4c078e225c99766cfb963f825fa5956ac0ee4f /_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md | |
parent | styles.css: Simplify margin, remove "optimizeLegibility" (diff) | |
download | euandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.gz euandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.xz |
Update link to Git repositories
Diffstat (limited to '')
-rw-r--r-- | _articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md | 6 |
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 ``` |