diff options
| author | Caleb Norton <[email protected]> | 2026-03-03 01:16:43 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-03 12:16:43 +0500 |
| commit | 48412f75ace87519b6550eea3b0c83e483a55297 (patch) | |
| tree | ed60ffe498ba7fead71959767e2defd6a01681d2 /nix/node_modules.nix | |
| parent | 6deb27e852871d450ae199dc732353fd92be5957 (diff) | |
| download | opencode-48412f75ace87519b6550eea3b0c83e483a55297.tar.gz opencode-48412f75ace87519b6550eea3b0c83e483a55297.zip | |
chore: nix flake update for bun 1.3.10 (#15648)
Co-authored-by: Jérôme Benoit <[email protected]>
Diffstat (limited to 'nix/node_modules.nix')
| -rw-r--r-- | nix/node_modules.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/node_modules.nix b/nix/node_modules.nix index e918846c2..6c188c07c 100644 --- a/nix/node_modules.nix +++ b/nix/node_modules.nix @@ -31,6 +31,7 @@ stdenvNoCC.mkDerivation { ../package.json ../patches ../install # required by desktop build (cli.rs include_str!) + ../.github/TEAM_MEMBERS # required by @opencode-ai/script ] ); }; |
