Add build recipe
This commit is contained in:
parent
ec499f9692
commit
a3a0090d23
3 changed files with 22 additions and 7 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue