mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-25 19:16:19 +00:00
devbox: sacar cargo de dependencias
This commit is contained in:
parent
0439218644
commit
78e52350d8
2 changed files with 3 additions and 27 deletions
|
@ -1,20 +1,15 @@
|
|||
{
|
||||
"packages": [
|
||||
"nodejs@latest",
|
||||
"cargo@latest",
|
||||
"sqlite@latest",
|
||||
"git-lfs@latest",
|
||||
"nodePackages.pnpm@latest",
|
||||
"sqlx-cli@latest"
|
||||
],
|
||||
"shell": {
|
||||
"init_hook": [
|
||||
"echo 'Welcome to devbox!' > /dev/null"
|
||||
],
|
||||
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],
|
||||
"scripts": {
|
||||
"test": [
|
||||
"echo \"Error: no test specified\" && exit 1"
|
||||
]
|
||||
"test": ["echo \"Error: no test specified\" && exit 1"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
21
devbox.lock
21
devbox.lock
|
@ -1,26 +1,6 @@
|
|||
{
|
||||
"lockfile_version": "1",
|
||||
"packages": {
|
||||
"cargo@latest": {
|
||||
"last_modified": "2024-02-10T18:15:24Z",
|
||||
"resolved": "github:NixOS/nixpkgs/10b813040df67c4039086db0f6eaf65c536886c6#cargo",
|
||||
"source": "devbox-search",
|
||||
"version": "1.75.0",
|
||||
"systems": {
|
||||
"aarch64-darwin": {
|
||||
"store_path": "/nix/store/qqkszbl164szilwiz0sxjk798lvrhc52-cargo-1.75.0"
|
||||
},
|
||||
"aarch64-linux": {
|
||||
"store_path": "/nix/store/a8lp0lgqckvgxy3vadldc54js822ypix-cargo-1.75.0"
|
||||
},
|
||||
"x86_64-darwin": {
|
||||
"store_path": "/nix/store/0b4lhzk1mrqkidks7x97f7jfryqg5vza-cargo-1.75.0"
|
||||
},
|
||||
"x86_64-linux": {
|
||||
"store_path": "/nix/store/r7a1rz942f5yvbknm262sg369kwbv7b7-cargo-1.75.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"git-lfs@latest": {
|
||||
"last_modified": "2024-02-10T18:15:24Z",
|
||||
"resolved": "github:NixOS/nixpkgs/10b813040df67c4039086db0f6eaf65c536886c6#git-lfs",
|
||||
|
@ -63,6 +43,7 @@
|
|||
},
|
||||
"nodejs@latest": {
|
||||
"last_modified": "2024-02-15T12:53:33Z",
|
||||
"plugin_version": "0.0.2",
|
||||
"resolved": "github:NixOS/nixpkgs/085589047343aad800c4d305cf7b98e8a3d51ae2#nodejs_21",
|
||||
"source": "devbox-search",
|
||||
"version": "21.6.2",
|
||||
|
|
Loading…
Reference in a new issue