mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +01:00
* Put the derivation outputs in the database. This is useful for the
garbage collector.
This commit is contained in:
parent
1930570ad9
commit
299ff64812
3 changed files with 35 additions and 2 deletions
|
|
@ -198,6 +198,7 @@ private:
|
|||
SQLiteStmt stmtInvalidatePath;
|
||||
SQLiteStmt stmtRegisterFailedPath;
|
||||
SQLiteStmt stmtHasPathFailed;
|
||||
SQLiteStmt stmtAddDerivationOutput;
|
||||
|
||||
int getSchema();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue