add readline suport to fennelrepl

main
Daniel Barlow 2024-04-24 18:28:39 +01:00
parent bbf2f53c0e
commit 7e13e017eb
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ let packages = [
anoia
fennel
netlink-lua
lua.pkgs.readline
lua.pkgs.luafilesystem
];
join = ps: builtins.concatStringsSep ";" ps;