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

Commit

Permalink
feat: devbox env
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Dec 17, 2023
1 parent 88e0033 commit 3938f1b
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
16 changes: 16 additions & 0 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"packages": [
"nodejs@latest",
"nodePackages.pnpm@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}
39 changes: 39 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"lockfile_version": "1",
"packages": {
"nodePackages.pnpm@latest": {
"last_modified": "2023-11-23T16:10:41Z",
"resolved": "github:NixOS/nixpkgs/e8b0430bc4c4235607ae102010dec2ba32e8c0ca#nodePackages.pnpm",
"source": "devbox-search",
"version": "8.10.5",
"systems": {
"aarch64-linux": {
"store_path": "/nix/store/16r331i5imngs5kfzkdnxa28n3ny14j0-pnpm-8.10.5"
},
"x86_64-linux": {
"store_path": "/nix/store/idw48sa6db5dfxz6mnakwbz9k9fjkppm-pnpm-8.10.5"
}
}
},
"nodejs@latest": {
"last_modified": "2023-12-01T12:14:05Z",
"resolved": "github:NixOS/nixpkgs/77da99a144cd341408308e0a37622f5edcc6c5ba#nodejs_21",
"source": "devbox-search",
"version": "21.3.0",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/14v3za8nwj0pzyslxgk91ivrwli4r5d7-nodejs-21.3.0"
},
"aarch64-linux": {
"store_path": "/nix/store/zs16ndz5d90ybi31b0my5q63ym12jmjx-nodejs-21.3.0"
},
"x86_64-darwin": {
"store_path": "/nix/store/s5f7nr4g0mp3x7p2c5lskdwqb8rd8nwh-nodejs-21.3.0"
},
"x86_64-linux": {
"store_path": "/nix/store/5gx81a63z7mklr8kmjxybc3ysjn4gmf2-nodejs-21.3.0"
}
}
}
}
}

0 comments on commit 3938f1b

Please sign in to comment.