Implement the mars rover control
This commit is contained in:
commit
ae2c125e2e
7 changed files with 582 additions and 0 deletions
73
devbox.lock
Normal file
73
devbox.lock
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"lockfile_version": "1",
|
||||
"packages": {
|
||||
"github:NixOS/nixpkgs/nixpkgs-unstable": {
|
||||
"last_modified": "2026-02-27T06:27:13Z",
|
||||
"resolved": "github:NixOS/nixpkgs/c0f3d81a7ddbc2b1332be0d8481a672b4f6004d6?lastModified=1772173633&narHash=sha256-MOH58F4AIbCkh6qlQcwMycyk5SWvsqnS%2FTCfnqDlpj4%3D"
|
||||
},
|
||||
"zig@latest": {
|
||||
"last_modified": "2026-02-23T15:40:43Z",
|
||||
"resolved": "github:NixOS/nixpkgs/80d901ec0377e19ac3f7bb8c035201e2e098cc97#zig",
|
||||
"source": "devbox-search",
|
||||
"version": "0.15.2",
|
||||
"systems": {
|
||||
"aarch64-darwin": {
|
||||
"outputs": [
|
||||
{
|
||||
"name": "out",
|
||||
"path": "/nix/store/60igbrpnlhn03zk7yj67ih9bnwv0v6b2-zig-0.15.2",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"name": "doc",
|
||||
"path": "/nix/store/94hnd63aaklvwy089ajis1ail1m08dvd-zig-0.15.2-doc"
|
||||
}
|
||||
],
|
||||
"store_path": "/nix/store/60igbrpnlhn03zk7yj67ih9bnwv0v6b2-zig-0.15.2"
|
||||
},
|
||||
"aarch64-linux": {
|
||||
"outputs": [
|
||||
{
|
||||
"name": "out",
|
||||
"path": "/nix/store/im165fkysp0db5mn8ic547b9hvw0sklx-zig-0.15.2",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"name": "doc",
|
||||
"path": "/nix/store/i3j0ykam2xn564qf1pkni35jdylk05hd-zig-0.15.2-doc"
|
||||
}
|
||||
],
|
||||
"store_path": "/nix/store/im165fkysp0db5mn8ic547b9hvw0sklx-zig-0.15.2"
|
||||
},
|
||||
"x86_64-darwin": {
|
||||
"outputs": [
|
||||
{
|
||||
"name": "out",
|
||||
"path": "/nix/store/n9fa7by83xpk2mhszc8xg5yyacm1qpsm-zig-0.15.2",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"name": "doc",
|
||||
"path": "/nix/store/7hslslry24ykp79wpkabi1l2zjp93yg8-zig-0.15.2-doc"
|
||||
}
|
||||
],
|
||||
"store_path": "/nix/store/n9fa7by83xpk2mhszc8xg5yyacm1qpsm-zig-0.15.2"
|
||||
},
|
||||
"x86_64-linux": {
|
||||
"outputs": [
|
||||
{
|
||||
"name": "out",
|
||||
"path": "/nix/store/kfy6nkp1j0h3iyzls3qdqd1ppngzwm4c-zig-0.15.2",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"name": "doc",
|
||||
"path": "/nix/store/28bj1cz4q888glmr1n5gnrw86nj473yi-zig-0.15.2-doc"
|
||||
}
|
||||
],
|
||||
"store_path": "/nix/store/kfy6nkp1j0h3iyzls3qdqd1ppngzwm4c-zig-0.15.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue