Simplify setup of local dev env
We only need `just` inside the dev env. So we can install it via the `flake.nix` instead of making it a global requirement.
This commit is contained in:
parent
09be0ba78e
commit
ea41081834
2 changed files with 4 additions and 4 deletions
|
@ -27,6 +27,7 @@
|
|||
zephyr.sdkFull
|
||||
pkgs.cmake
|
||||
pkgs.dtc
|
||||
pkgs.just
|
||||
pkgs.ninja
|
||||
pkgs.yq
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue