mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 20:20:58 +01:00
This commit is contained in:
parent
a07ba681cc
commit
dc4395b737
16 changed files with 164 additions and 168 deletions
|
|
@ -1700,11 +1700,6 @@ void LocalStore::commitStatePath(const Path & statePath)
|
|||
nix::commitStatePathTxn(noTxn, statePath);
|
||||
}
|
||||
|
||||
void LocalStore::updateRevisionsRecursively(const Path & statePath)
|
||||
{
|
||||
nix::updateRevisionsRecursivelyTxn(noTxn, statePath);
|
||||
}
|
||||
|
||||
void setSolidStateReferencesTxn(const Transaction & txn, const Path & statePath, const PathSet & paths)
|
||||
{
|
||||
Strings ss = Strings(paths.begin(), paths.end());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue