nix: set dontFixup = true (#4735)
parent
072aa7569c
commit
7d5e6718dc
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue