forked from lix-project/lix
Puck Meerburg
bfb91db4f6
Fixes: lix-project/lix#328
Change-Id: Iedd79ff5f72e84766ebd234c63856170afc624f0
9 lines
250 B
Markdown
9 lines
250 B
Markdown
---
|
|
synopsis: "`nix repl` history is saved more reliably"
|
|
cls: 1164
|
|
credits: puck
|
|
---
|
|
|
|
`nix repl` now saves its history file after each line, rather than at the end
|
|
of the session; ensuring that it will remember what you typed even after it
|
|
crashes.
|