nix: set dontFixup = true (#4735)

pull/4744/head
Albert O'Shea 2025-11-26 03:16:53 +11:00 committed by GitHub
parent 072aa7569c
commit 7d5e6718dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
done done
''; '';
dontFixup = true;
meta = { meta = {
description = "AI coding agent built for the terminal"; description = "AI coding agent built for the terminal";
longDescription = '' longDescription = ''