mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
nix: set dontFixup = true (#4735)
This commit is contained in:
parent
072aa7569c
commit
7d5e6718dc
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue