1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

* Documented nix-store --dump / --restore.

This commit is contained in:
Eelco Dolstra 2006-10-05 22:57:07 +00:00
parent 8791ffbc88
commit 9e08f5efe1
2 changed files with 75 additions and 3 deletions

View file

@ -599,7 +599,7 @@ struct StdinSource : RestoreSource
};
/* Restore a value from a Nix archive. The archive is written to
/* Restore a value from a Nix archive. The archive is read from
standard input. */
static void opRestore(Strings opFlags, Strings opArgs)
{