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:
urob 2024-08-10 13:47:03 -04:00
parent 09be0ba78e
commit ea41081834
2 changed files with 4 additions and 4 deletions

View file

@ -27,6 +27,7 @@
zephyr.sdkFull
pkgs.cmake
pkgs.dtc
pkgs.just
pkgs.ninja
pkgs.yq
];