Skip to content

Commit

Permalink
chore: add devbox config
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Dec 25, 2023
1 parent 23ed6ec commit ab1e4b5
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
.envrc
16 changes: 16 additions & 0 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"packages": [
"rustup@latest",
"libiconv@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}
40 changes: 40 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"lockfile_version": "1",
"packages": {
"libiconv@latest": {
"last_modified": "2023-12-13T22:54:10Z",
"resolved": "github:NixOS/nixpkgs/fd04bea4cbf76f86f244b9e2549fca066db8ddff#libiconv",
"source": "devbox-search",
"version": "2.38",
"systems": {
"aarch64-linux": {
"store_path": "/nix/store/bfv8n55yp0xzq16dc0p71w4ym2h1z6sr-glibc-iconv-2.38"
},
"x86_64-linux": {
"store_path": "/nix/store/a7sic6w2x7qkw5aqchys1m8ms482pgbf-glibc-iconv-2.38"
}
}
},
"rustup@latest": {
"last_modified": "2023-11-17T14:14:56Z",
"plugin_version": "0.0.1",
"resolved": "github:NixOS/nixpkgs/a71323f68d4377d12c04a5410e214495ec598d4c#rustup",
"source": "devbox-search",
"version": "1.26.0",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/w7hr1f0dvzsk7psr6apn9vsc4dg80bvr-rustup-1.26.0"
},
"aarch64-linux": {
"store_path": "/nix/store/xpqs3bfi342p382fcvc9p5xaw794f2xp-rustup-1.26.0"
},
"x86_64-darwin": {
"store_path": "/nix/store/2f8wvnwbgxxkdnj3w684yrs8aammpv2l-rustup-1.26.0"
},
"x86_64-linux": {
"store_path": "/nix/store/v2wwnf8w9pkl1vcr37iv60fh8pz0z198-rustup-1.26.0"
}
}
}
}
}

0 comments on commit ab1e4b5

Please sign in to comment.