Petr Rockai f1e5dedb61 perl: Call loadConfFile() in doInit to avoid screwing sqlite journal mode.
If the database is opened through perl bindings (and even though nix.conf has
use-sqlite-wal set to false), the database is automatically converted into WAL
mode. This makes the next nix process to access the database convert it back to
"truncate". If the database is still open at the time in wal mode by the perl
program, this fails and crashes the nix doing the wal -> truncate conversion.
2013-12-20 13:59:52 +01:00
2013-09-02 13:32:51 +02:00
2013-11-19 00:04:11 +01:00
2012-10-03 17:59:23 -04:00
2013-11-19 00:04:11 +01:00
2013-11-14 11:57:37 +01:00
2004-11-07 20:30:02 +00:00
2012-05-21 09:43:01 -04:00
2013-11-14 11:57:37 +01:00
2013-08-21 12:53:46 +02:00
2013-10-28 11:56:37 +00:00
2013-11-19 14:45:19 +01:00

Nix is a purely functional package manager.  For installation and
usage instructions, please read the manual, which can be found in
`docs/manual/manual.html', and additionally at the Nix website at
<http://nixos.org/>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).
Description
Languages
C++ 78.1%
Shell 9.7%
Nix 7.5%
Meson 1.8%
C 1.3%
Other 1.6%