• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

An ADHD-friendly regular task tracker


Commit MetaInfo

Revision8e7e8819aa26f8478d77732f4dc0db8b2afb443d (tree)
Time2024-01-13 05:20:48
AuthorCorbin <cds@corb...>
CommiterCorbin

Log Message

Add rlwrap to shell.

Change Summary

Incremental Difference

--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
1515 ]);
1616 in {
1717 devShells.default = pkgs.mkShell {
18- packages = [ py pkgs.sqlite ];
18+ packages = [ py pkgs.sqlite pkgs.rlwrap ];
1919 };
2020 });
2121 }