From 491260a91e730c21c106503dd9073111a8460eb3 Mon Sep 17 00:00:00 2001 From: Ryan Hendrickson Date: Sun, 16 Nov 2025 16:04:55 -0500 Subject: [PATCH] zet: fix build --- pkgs/by-name/ze/zet/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/ze/zet/package.nix b/pkgs/by-name/ze/zet/package.nix index 0a6b95bb02f5..769eb380f5f9 100644 --- a/pkgs/by-name/ze/zet/package.nix +++ b/pkgs/by-name/ze/zet/package.nix @@ -21,6 +21,8 @@ rustPlatform.buildRustPackage (finalAttrs: { # https://github.com/yarrow/zet/pull/7 checkType = "debug"; + env.RUSTFLAGS = "-Amismatched_lifetime_syntaxes"; + meta = { description = "CLI utility to find the union, intersection, set difference, etc of files considered as sets of lines"; mainProgram = "zet";