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 | |
| 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]>
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | nix/node_modules.nix | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock index 9efa1883b..59eb118fa 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1770812194, - "narHash": "sha256-OH+lkaIKAvPXR3nITO7iYZwew2nW9Y7Xxq0yfM/UcUU=", + "lastModified": 1772091128, + "narHash": "sha256-TnrYykX8Mf/Ugtkix6V+PjW7miU2yClA6uqWl/v6KWM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8482c7ded03bae7550f3d69884f1e611e3bd19e8", + "rev": "3f0336406035444b4a24b942788334af5f906259", "type": "github" }, "original": { 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 ] ); }; |
