gitcomet: move env variable into env (#556384)

This commit is contained in:
Stefan Frijters
2026-08-25 13:10:09 +00:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
writableTmpDirAsHomeHook
];
GIT_PAGER = "cat";
env.GIT_PAGER = "cat";
dontUseCargoParallelTests = true;
postInstall = ''