From 9df1bcdf145d2c8c5fa2a26cf112163dd6431a7f Mon Sep 17 00:00:00 2001 From: Niclas Overby Date: Sat, 22 Aug 2026 09:17:16 +0200 Subject: [PATCH] chore(tangled): Stop restating the description in generated flakes Every published flake said the same sentence twice: once as its own description, once as the workspace option below it. The module now reads the first, so the generator writes only the first. Verified across all 40 published crates: meta.description is unchanged, including the one containing an apostrophe. --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5ae2326..b5a531e 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,6 @@ outputs = inputs: inputs.workspace { name = "oxidized-diffutils"; - description = "A GNU diffutils-compatible suite of file comparison tools written in Rust"; aliases = { "cmp" = "diff"; "sdiff" = "diff"; -- 2.51.2