Browse Source

nix: set dontFixup = true (#4735)

Albert O'Shea 4 months ago
parent
commit
7d5e6718dc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      nix/opencode.nix

+ 2 - 0
nix/opencode.nix

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