mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
libstore: Fix typo in description of dummy store
This commit is contained in:
parent
ed9b377928
commit
3a4c618483
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ R"(
|
|||
|
||||
This store type represents a store in memory.
|
||||
Store objects can be read and written, but only so long as the store is open.
|
||||
Once the store is closed, all data will be forgoton.
|
||||
Once the store is closed, all data will be discarded.
|
||||
|
||||
It's useful when you want to use the Nix evaluator when no actual Nix store exists, e.g.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue