atomgit-cli: fix lint checks

Assisted-by: OpenAI Codex (GPT-5)
This commit is contained in:
Mr. why
2026-07-15 14:49:06 +08:00
parent 595ee93e32
commit c3783cb6c3
+3 -3
View File
@@ -11,6 +11,8 @@
}:
buildGoModule (finalAttrs: {
__structuredAttrs = true;
pname = "atomgit-cli";
version = "0.5.0";
@@ -42,9 +44,7 @@ buildGoModule (finalAttrs: {
postFixup = ''
wrapProgram $out/bin/ag \
--prefix PATH : ${
lib.makeBinPath (
[ gitMinimal ] ++ lib.optionals stdenv.hostPlatform.isLinux [ xdg-utils ]
)
lib.makeBinPath ([ gitMinimal ] ++ lib.optionals stdenv.hostPlatform.isLinux [ xdg-utils ])
}
'';