diff options
author | EuAndreh <eu@euandre.org> | 2022-11-26 18:44:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-26 20:29:13 -0300 |
commit | c02760513a1fb291cb32b2fe044470da26daee7f (patch) | |
tree | df90c9ac8003245d42786534ccb430e1f7192bcf /po/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po | |
parent | dynamic.mk: Move iroh -> toph, update remote path (diff) | |
download | euandre.org-c02760513a1fb291cb32b2fe044470da26daee7f.tar.gz euandre.org-c02760513a1fb291cb32b2fe044470da26daee7f.tar.xz |
Replace kuvira -> toph
git grep -l euandreh.xyz |
xargs sed -i 's|euandreh.xyz/\(.*\).git|euandre.org/git/\1|'
Plus a few other manual changes.
Diffstat (limited to 'po/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po')
-rw-r--r-- | po/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po b/po/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po index 7231ea3..583d19d 100644 --- a/po/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po +++ b/po/eo/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po @@ -6,13 +6,13 @@ msgid "" "In the same vein of my earlier post on [swift2nix]({% link " "_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md %}), I was " "able to quickly prototype a Rust and Cargo variation of it: " -"[cargo2nix](https://euandreh.xyz/cargo2nix.git/)." +"[cargo2nix](https://euandre.org/git/cargo2nix/)." msgstr "" msgid "" "The initial prototype is even smaller than swift2nix: it has only [37 lines " "of " -"code](https://euandreh.xyz/cargo2nix.git/tree/default.nix?id=472dde8898296c8b6cffcbd10b3b2c3ba195846d)." +"code](https://euandre.org/git/cargo2nix/tree/default.nix?id=472dde8898296c8b6cffcbd10b3b2c3ba195846d)." msgstr "" msgid "Here's how to use it (snippet taken from the repo's README):" @@ -76,7 +76,7 @@ msgstr "" msgid "" "pushd \"$(mktemp -d)\"\n" -"git clone https://euandreh.xyz/cargo2nix-demo.git\n" +"git clone https://euandre.org/git/cargo2nix-demo\n" "cd cargo2nix-demo/\n" "nix-build\n" msgstr "" |