From ea7e34e6a6f717f9149d865ef4453691013ececb Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Fri, 22 Oct 2021 12:51:57 +0200 Subject: [PATCH] nix shell: Install rlwrap (#2850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit since `moc -i` doesn’t do line edit stuff, it’s convenient to have `rlwrap` around. --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index ddbd022641d..ca4df4516e9 100644 --- a/default.nix +++ b/default.nix @@ -649,6 +649,7 @@ rec { nixpkgs.ocamlformat nixpkgs.ocamlPackages.utop nixpkgs.niv + nixpkgs.rlwrap # for `rlwrap moc` ] ));