Add build recipe

This commit is contained in:
urob 2024-08-07 16:20:32 -04:00
parent ec499f9692
commit a3a0090d23
3 changed files with 22 additions and 7 deletions

View file

@ -20,10 +20,11 @@
in {
devShells.${system}.default = pkgs.mkShell {
packages = [
zephyr.sdkFull
zephyr.hosttools
zephyr.pythonEnv
# zephyr.hosttools
zephyr.sdkFull
pkgs.cmake
pkgs.dtc
pkgs.ninja
];
};