diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-17 08:04:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 08:04:41 -0400 |
commit | 72ffa7fedb34585948f8c9a47bfaebeb6cc5d537 (patch) | |
tree | b0feb3dbeb6c347371e78ce025212e704588f276 /perl/lib/Nix/Store.xs | |
parent | 9af9c260fc0aff9e20a1c2e965249a20394ca22a (diff) | |
parent | ddebeb934a20225eec518520c96768bf00f0810a (diff) |
Merge pull request #7732 from hercules-ci/make-initLibStore-viable-alternative
Make `initLibStore` a viable alternative
Diffstat (limited to 'perl/lib/Nix/Store.xs')
-rw-r--r-- | perl/lib/Nix/Store.xs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl/lib/Nix/Store.xs b/perl/lib/Nix/Store.xs index de91dc28d..10a0c4067 100644 --- a/perl/lib/Nix/Store.xs +++ b/perl/lib/Nix/Store.xs @@ -27,8 +27,6 @@ static ref<Store> store() if (!_store) { try { initLibStore(); - loadConfFile(); - settings.lockCPU = false; _store = openStore(); } catch (Error & e) { croak("%s", e.what()); |