1
1
Fork 0
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:
Sergei Zimmerman 2025-09-20 12:31:26 +03:00
parent ed9b377928
commit 3a4c618483
No known key found for this signature in database

View file

@ -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.