Skip to content

Commit

Permalink
chore: add devbox
Browse files Browse the repository at this point in the history
  • Loading branch information
kariudo committed Feb 1, 2024
1 parent 88774b1 commit 7429dcd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
13 changes: 13 additions & 0 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"packages": ["bun@latest"],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}
22 changes: 22 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"lockfile_version": "1",
"packages": {
"bun@latest": {
"last_modified": "2024-01-25T09:07:51Z",
"resolved": "github:NixOS/nixpkgs/4fddc9be4eaf195d631333908f2a454b03628ee5#bun",
"source": "devbox-search",
"version": "1.0.25",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/zskjjzd6bs4zm1f2jqbdx6kn0lc0lz4p-bun-1.0.25"
},
"aarch64-linux": {
"store_path": "/nix/store/19gsifb10p8gkr49cf0dwl1nygr9p68s-bun-1.0.25"
},
"x86_64-linux": {
"store_path": "/nix/store/hbqxn8xawria5p7435r52xflxccs3wi0-bun-1.0.25"
}
}
}
}
}

0 comments on commit 7429dcd

Please sign in to comment.