Skip to content

Commit

Permalink
Fix Perl bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Apr 14, 2017
1 parent 3872371 commit 3b36c64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion perl/lib/Nix/Store.xs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ static ref<Store> store()
if (!_store) {
try {
settings.loadConfFile();
settings.update();
settings.lockCPU = false;
_store = openStore();
} catch (Error & e) {
Expand Down

0 comments on commit 3b36c64

Please sign in to comment.