Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add devbox and direnv #243

Merged
merged 1 commit into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 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
8 changes: 8 additions & 0 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.11.0/.schema/devbox.schema.json",
"packages": [
"sbt@latest"
]
}
// this file supports comments
// vim: set ft=jsonc:
53 changes: 53 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"lockfile_version": "1",
"packages": {
"sbt@latest": {
"last_modified": "2024-06-03T07:19:07Z",
"resolved": "github:NixOS/nixpkgs/4a4ecb0ab415c9fccfb005567a215e6a9564cdf5#sbt",
"source": "devbox-search",
"version": "1.10.0",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/kaqihm6yh3syg1yq6yvzq3b2l5lxc910-sbt-1.10.0",
"default": true
}
],
"store_path": "/nix/store/kaqihm6yh3syg1yq6yvzq3b2l5lxc910-sbt-1.10.0"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/2w2wnh5gr0r8g8a8daghr9hjvliss973-sbt-1.10.0",
"default": true
}
],
"store_path": "/nix/store/2w2wnh5gr0r8g8a8daghr9hjvliss973-sbt-1.10.0"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/61rhhy5iyj0zladlkpxs2nlh1r0hdlx4-sbt-1.10.0",
"default": true
}
],
"store_path": "/nix/store/61rhhy5iyj0zladlkpxs2nlh1r0hdlx4-sbt-1.10.0"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/n400nkaa7ip2cnj7vc5l2yhpzh0w297x-sbt-1.10.0",
"default": true
}
],
"store_path": "/nix/store/n400nkaa7ip2cnj7vc5l2yhpzh0w297x-sbt-1.10.0"
}
}
}
}
}
Loading