Skip to content

Commit

Permalink
fix: fix type and add devbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonn committed Dec 10, 2024
1 parent 21a5b53 commit 62a9ee9
Show file tree
Hide file tree
Showing 5 changed files with 3,585 additions and 2,753 deletions.
9 changes: 9 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

# Automatically sets up your devbox environment whenever you cd into this
# directory via our direnv integration:

eval "$(devbox generate direnv --print-envrc)"

# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
# for more details
18 changes: 18 additions & 0 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"packages": [
"[email protected]"
],
"env": {
"DEVBOX_COREPACK_ENABLED": "true"
},
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}
70 changes: 70 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"lockfile_version": "1",
"packages": {
"[email protected]": {
"last_modified": "2023-09-15T06:49:28Z",
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/46688f8eb5cd6f1298d873d4d2b9cf245e09e88e#nodejs_18",
"source": "devbox-search",
"version": "18.17.1",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/nk77k4d3fj6i2fbd9nmqm5bqqdjy3knb-nodejs-18.17.1",
"default": true
},
{
"name": "libv8",
"path": "/nix/store/495wci9zkck1q1v5akdkh1pljghmqmb3-nodejs-18.17.1-libv8"
}
],
"store_path": "/nix/store/nk77k4d3fj6i2fbd9nmqm5bqqdjy3knb-nodejs-18.17.1"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/kgzwqvksqjms49jlfz9nzz2cjxsh8ani-nodejs-18.17.1",
"default": true
},
{
"name": "libv8",
"path": "/nix/store/r4yp4071a23wcjni822ppw89fac7q5wf-nodejs-18.17.1-libv8"
}
],
"store_path": "/nix/store/kgzwqvksqjms49jlfz9nzz2cjxsh8ani-nodejs-18.17.1"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/x01bx6r10w0835xmhxyjqn9khamdh9pj-nodejs-18.17.1",
"default": true
},
{
"name": "libv8",
"path": "/nix/store/vad99zm2ila2lgidx478j3xjvi861v03-nodejs-18.17.1-libv8"
}
],
"store_path": "/nix/store/x01bx6r10w0835xmhxyjqn9khamdh9pj-nodejs-18.17.1"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/fg86njc0q2djbyfaqvnaq7x0khpc6sf4-nodejs-18.17.1",
"default": true
},
{
"name": "libv8",
"path": "/nix/store/0zm665zwnqhk6wjpypl77cbwbhdzwi5x-nodejs-18.17.1-libv8"
}
],
"store_path": "/nix/store/fg86njc0q2djbyfaqvnaq7x0khpc6sf4-nodejs-18.17.1"
}
}
}
}
}
Loading

0 comments on commit 62a9ee9

Please sign in to comment.