diff --git a/devbox.json b/devbox.json new file mode 100644 index 0000000..feb9147 --- /dev/null +++ b/devbox.json @@ -0,0 +1,15 @@ +{ + "packages": [ + "go@1.20", + "gopls@latest", + "gnumake@latest" + ], + "shell": { + "init_hook": [ + "echo 'Welcome to tea. Check out the Makefile for runnable targets.'" + ], + "scripts": { + "build": "make" + } + } +} diff --git a/devbox.lock b/devbox.lock new file mode 100644 index 0000000..f39999e --- /dev/null +++ b/devbox.lock @@ -0,0 +1,23 @@ +{ + "lockfile_version": "1", + "packages": { + "gnumake@latest": { + "last_modified": "2023-08-30T00:25:28Z", + "resolved": "github:NixOS/nixpkgs/a63a64b593dcf2fe05f7c5d666eb395950f36bc9#gnumake", + "source": "devbox-search", + "version": "4.4.1" + }, + "go@1.20": { + "last_modified": "2023-08-30T00:25:28Z", + "resolved": "github:NixOS/nixpkgs/a63a64b593dcf2fe05f7c5d666eb395950f36bc9#go", + "source": "devbox-search", + "version": "1.20.7" + }, + "gopls@latest": { + "last_modified": "2023-08-30T00:25:28Z", + "resolved": "github:NixOS/nixpkgs/a63a64b593dcf2fe05f7c5d666eb395950f36bc9#gopls", + "source": "devbox-search", + "version": "0.13.2" + } + } +}