#include "sqlite.hh"
#include "pathlocks.hh"
#include "store-api.hh"
#include "indirect-root-store.hh"
#include "sync.hh"
#include <chrono>
#include <future>
#include <string>
#include <unordered_set>
Go to the source code of this file.
Classes | |
struct | nix::OptimiseStats |
struct | nix::LocalStoreConfig |
class | nix::LocalStore |
struct | nix::LocalStore::VerificationResult |
Variables | |
const int | nix::nixSchemaVersion = 10 |
const int nix::nixSchemaVersion = 10 |
Nix store and database schema version.
Version 1 (or 0) was Nix <= 0.7. Version 2 was Nix 0.8 and 0.9. Version 3 is Nix 0.10. Version 4 is Nix 0.11. Version 5 is Nix 0.12-0.16. Version 6 is Nix 1.0. Version 7 is Nix 1.3. Version 10 is 2.0.