mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 12:41:00 +01:00
* Down to 1 test failure...
This commit is contained in:
parent
07da660396
commit
95fa444587
9 changed files with 156 additions and 219 deletions
|
|
@ -16,7 +16,7 @@ Hash parseHashField(const Path & path, const string & s);
|
|||
/* Upgrade from schema 4 (Nix 0.11) to schema 5 (Nix >= 0.12). The
|
||||
old schema uses Berkeley DB, the new one stores store path
|
||||
meta-information in files. */
|
||||
void upgradeStore12()
|
||||
void LocalStore::upgradeStore12()
|
||||
{
|
||||
printMsg(lvlError, "upgrading Nix store to new schema (this may take a while)...");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue