rshell: move the directory to pkgs/development/embedded/

This commit is contained in:
Pooya Moradi 2021-08-16 12:20:30 +04:30
parent 832cdd2850
commit 7bb75b3c41
2 changed files with 1 additions and 1 deletions

View file

@ -18474,7 +18474,7 @@ with pkgs;
ronn = callPackage ../development/tools/ronn { };
rshell = python3.pkgs.callPackage ../development/tools/rshell { };
rshell = python3.pkgs.callPackage ../development/embedded/rshell { };
rttr = callPackage ../development/libraries/rttr { };