1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Merge pull request #12639 from DeterminateSystems/remove-NIX_HELD_LOCKS

Remove use of $NIX_HELD_LOCKS
This commit is contained in:
Robert Hensing 2025-03-12 21:10:08 +00:00 committed by GitHub
commit 0068e225e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,6 @@ LocalStore::LocalStore(
, schemaPath(dbDir + "/schema")
, tempRootsDir(stateDir + "/temproots")
, fnTempRoots(fmt("%s/%d", tempRootsDir, getpid()))
, locksHeld(tokenizeString<PathSet>(getEnv("NIX_HELD_LOCKS").value_or("")))
{
auto state(_state.lock());
state->stmts = std::make_unique<State::Stmts>();