From 3c475f656066cc3b74eed3eac0b66544e0b3866f Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 20 Jul 2025 00:53:29 +0300 Subject: [PATCH] blog.no-gnulib: typos --- site/blog/2025-07-20-no-gnulib.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/blog/2025-07-20-no-gnulib.md b/site/blog/2025-07-20-no-gnulib.md index 622cc08..7b33edf 100644 --- a/site/blog/2025-07-20-no-gnulib.md +++ b/site/blog/2025-07-20-no-gnulib.md @@ -41,7 +41,7 @@ and I do not trust them to produce a proper set of system tools either because of Gnulib and other bad build tools. I do however trust the average distro (not Debian, they are lower than average -and suck at packaging [(Yes, really.)](#debian-sucks-at-packaging) to build +and suck at packaging [(Yes, really.)](#debian-sucks-at-packaging)) to build Uutils tools & any other Rust tool correctly, because it is pretty relatively straightforward compared to hundreds of thousands of lines of hard to audit & ancient m4. It also won't misbehave or segfault when you interact with a @@ -116,7 +116,7 @@ cannot assume that. It's trivial to support! [Here is what Nixpkgs, the biggest Nix package -collection, Nixpkgs, does](^https://github.com/NixOS/nixpkgs/blob/6e987485eb2c77e5dcc5af4e3c70843711ef9251/pkgs/by-name/bc/bcachefs-tools/package.nix) - +collection, Nixpkgs, does](https://github.com/NixOS/nixpkgs/blob/6e987485eb2c77e5dcc5af4e3c70843711ef9251/pkgs/by-name/bc/bcachefs-tools/package.nix) - look, it's all 140 lines of code! ## But it can be even better