Skip to content

Commit

Permalink
Merge pull request #7705 from Ma27/fix-initNix-in-perl-bindings
Browse files Browse the repository at this point in the history
perl: run `initLibStore()` on `openStore()`
  • Loading branch information
roberth committed Feb 3, 2023
2 parents dbe0748 + 51013da commit 895dfc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perl/lib/Nix/Store.xs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ static ref<Store> store()
static std::shared_ptr<Store> _store;
if (!_store) {
try {
initLibStore();
loadConfFile();
settings.lockCPU = false;
_store = openStore();
Expand Down

0 comments on commit 895dfc6

Please sign in to comment.