Skip to content

Commit

Permalink
Replace yarn with pnpm in DevBox (#46073)
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet authored Sep 3, 2024
1 parent 56e8a69 commit 02237c5
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 13 deletions.
2 changes: 1 addition & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",

"path:build.assets/flake#conditional",
"path:build.assets/flake#grpc-tools",
Expand Down
61 changes: 49 additions & 12 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@
}
}
},
"gci@latest": {
"last_modified": "2023-08-30T00:25:28Z",
"resolved": "github:NixOS/nixpkgs/a63a64b593dcf2fe05f7c5d666eb395950f36bc9#gci",
"source": "devbox-search",
"version": "0.11.0"
},
"git@latest": {
"last_modified": "2023-07-23T03:35:12Z",
"resolved": "github:NixOS/nixpkgs/af8cd5ded7735ca1df1a1174864daab75feeb64a#git",
Expand Down Expand Up @@ -122,6 +116,7 @@
},
"[email protected]": {
"last_modified": "2024-03-08T13:51:52Z",
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/a343533bccc62400e8a9560423486a3b6c11a23b#nodejs_20",
"source": "devbox-search",
"version": "20.11.1",
Expand Down Expand Up @@ -158,6 +153,54 @@
"path:build.assets/flake#libpcsclite": {},
"path:build.assets/flake#node-protoc-ts": {},
"path:build.assets/flake#protoc-gen-gogo": {},
"[email protected]": {
"last_modified": "2024-08-14T11:41:26Z",
"resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#pnpm",
"source": "devbox-search",
"version": "9.7.0",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/7yqhmcg3ndbfs607vc1mcqx6c1ghdiw3-pnpm-9.7.0",
"default": true
}
],
"store_path": "/nix/store/7yqhmcg3ndbfs607vc1mcqx6c1ghdiw3-pnpm-9.7.0"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/inswgrwgmykgdcc61din1v80y0xcqz04-pnpm-9.7.0",
"default": true
}
],
"store_path": "/nix/store/inswgrwgmykgdcc61din1v80y0xcqz04-pnpm-9.7.0"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/jz0ki1kj6qhf147bxdvh4cv9n73riflx-pnpm-9.7.0",
"default": true
}
],
"store_path": "/nix/store/jz0ki1kj6qhf147bxdvh4cv9n73riflx-pnpm-9.7.0"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/rq6s344bdlg0i6p99w6y8b58crgvdnhs-pnpm-9.7.0",
"default": true
}
],
"store_path": "/nix/store/rq6s344bdlg0i6p99w6y8b58crgvdnhs-pnpm-9.7.0"
}
}
},
"[email protected]": {
"last_modified": "2023-05-01T16:53:22Z",
"resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#protobuf3_20",
Expand Down Expand Up @@ -243,12 +286,6 @@
"source": "devbox-search",
"version": "1.32.0"
},
"[email protected]": {
"last_modified": "2023-05-21T19:52:09Z",
"resolved": "github:NixOS/nixpkgs/9356eead97d8d16956b0226d78f76bd66e06cb60#yarn",
"source": "devbox-search",
"version": "1.22.19"
},
"zlib@latest": {
"last_modified": "2023-05-14T19:13:12Z",
"resolved": "github:NixOS/nixpkgs/3007746b3f5bfcb49e102b517bca891822a41b31#zlib",
Expand Down

0 comments on commit 02237c5

Please sign in to comment.