diff options
Diffstat (limited to '')
-rw-r--r-- | _articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md (renamed from _posts/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md index 4d4a8d5..d4b5a41 100644 --- a/_posts/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md +++ b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md @@ -7,7 +7,7 @@ ref: cargo2nix-dramatically-simpler-rust-in-nix --- In the same vein of my earlier post on -[swift2nix]({% post_url 2020-10-05-swift2nix-run-swift-inside-nix-builds %}), I +[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][cargo2nix]. |