aboutsummaryrefslogtreecommitdiff
path: root/devShells
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-06-20 13:46:53 +0200
committerKarel Kočí <cynerd@email.cz>2022-06-20 13:46:53 +0200
commit847042a57a624c991b6a43744ce85889fb54a2b9 (patch)
tree3c881cd3df77de495a498329ef9839c914d6f3e2 /devShells
parentb0855798490396849aae2422048f18ed803a5087 (diff)
downloadnixos-personal-847042a57a624c991b6a43744ce85889fb54a2b9.tar.gz
nixos-personal-847042a57a624c991b6a43744ce85889fb54a2b9.tar.bz2
nixos-personal-847042a57a624c991b6a43744ce85889fb54a2b9.zip
devShells/nuttx: add genromfs
Diffstat (limited to 'devShells')
-rw-r--r--devShells/nuttx.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/devShells/nuttx.nix b/devShells/nuttx.nix
index ed0b971..ebe30b8 100644
--- a/devShells/nuttx.nix
+++ b/devShells/nuttx.nix
@@ -16,7 +16,8 @@ let
in pkgs.mkShell {
packages = (with pkgs; [
- kconfig-frontends gnumake cmake
+ gnumake cmake
+ kconfig-frontends genromfs
openocd
]) ++ (with pkgs-riscv.buildPackages; [
gcc gdb