Skip to content

Commit

Permalink
nix shell: Install rlwrap (#2850)
Browse files Browse the repository at this point in the history
since `moc -i` doesn’t do line edit stuff, it’s convenient to have
`rlwrap` around.
  • Loading branch information
nomeata authored Oct 22, 2021
1 parent 699ae5f commit ea7e34e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ rec {
nixpkgs.ocamlformat
nixpkgs.ocamlPackages.utop
nixpkgs.niv
nixpkgs.rlwrap # for `rlwrap moc`
]
));

Expand Down

0 comments on commit ea7e34e

Please sign in to comment.