zet: fix build (#462376)

This commit is contained in:
Aleksana
2025-11-17 21:48:00 +00:00
committed by GitHub
+2
View File
@@ -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";