diff options
author | Karel Kočí <cynerd@email.cz> | 2022-06-20 13:46:53 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-06-20 13:46:53 +0200 |
commit | 847042a57a624c991b6a43744ce85889fb54a2b9 (patch) | |
tree | 3c881cd3df77de495a498329ef9839c914d6f3e2 /devShells | |
parent | b0855798490396849aae2422048f18ed803a5087 (diff) | |
download | nixos-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.nix | 3 |
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 |