Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
chore: add netlify-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Dec 17, 2023
1 parent 6899b96 commit fc24c1e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"packages": [
"nodejs@latest",
"nodePackages.pnpm@latest"
"nodePackages.pnpm@latest",
"netlify-cli@latest"
],
"shell": {
"init_hook": [
Expand Down
20 changes: 20 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"lockfile_version": "1",
"packages": {
"netlify-cli@latest": {
"last_modified": "2023-12-09T06:39:50Z",
"resolved": "github:NixOS/nixpkgs/29558c0722ffd40ff625256e16259168b7c03ed1#netlify-cli",
"source": "devbox-search",
"version": "12.2.4",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/npmprmva1pykrlch39w61q7jmyqny0yj-netlify-cli-12.2.4"
},
"aarch64-linux": {
"store_path": "/nix/store/iad61v7mc39v2ngpxfl5f3m0klrg8x4m-netlify-cli-12.2.4"
},
"x86_64-darwin": {
"store_path": "/nix/store/m274i0rwwpjz4r4a0d860gmv0q7dk5zh-netlify-cli-12.2.4"
},
"x86_64-linux": {
"store_path": "/nix/store/5wz421sishfd6rg695j4z2l0x1a2yihn-netlify-cli-12.2.4"
}
}
},
"nodePackages.pnpm@latest": {
"last_modified": "2023-11-23T16:10:41Z",
"resolved": "github:NixOS/nixpkgs/e8b0430bc4c4235607ae102010dec2ba32e8c0ca#nodePackages.pnpm",
Expand Down

0 comments on commit fc24c1e

Please sign in to comment.