aboutsummaryrefslogtreecommitdiff
path: root/perl/lib
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-04-17 08:04:41 -0400
committerGitHub <noreply@github.com>2023-04-17 08:04:41 -0400
commit72ffa7fedb34585948f8c9a47bfaebeb6cc5d537 (patch)
treeb0feb3dbeb6c347371e78ce025212e704588f276 /perl/lib
parent9af9c260fc0aff9e20a1c2e965249a20394ca22a (diff)
parentddebeb934a20225eec518520c96768bf00f0810a (diff)
Merge pull request #7732 from hercules-ci/make-initLibStore-viable-alternative
Make `initLibStore` a viable alternative
Diffstat (limited to 'perl/lib')
-rw-r--r--perl/lib/Nix/Store.xs2
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());