chore: nix flake update for bun 1.3.10 (#15648)

Co-authored-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
This commit is contained in:
Caleb Norton 2026-03-03 01:16:43 -06:00 committed by GitHub
parent 6deb27e852
commit 48412f75ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

6
flake.lock generated
View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1770812194, "lastModified": 1772091128,
"narHash": "sha256-OH+lkaIKAvPXR3nITO7iYZwew2nW9Y7Xxq0yfM/UcUU=", "narHash": "sha256-TnrYykX8Mf/Ugtkix6V+PjW7miU2yClA6uqWl/v6KWM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8482c7ded03bae7550f3d69884f1e611e3bd19e8", "rev": "3f0336406035444b4a24b942788334af5f906259",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -31,6 +31,7 @@ stdenvNoCC.mkDerivation {
../package.json ../package.json
../patches ../patches
../install # required by desktop build (cli.rs include_str!) ../install # required by desktop build (cli.rs include_str!)
../.github/TEAM_MEMBERS # required by @opencode-ai/script
] ]
); );
}; };