Enabled access to binaries of needed tools, and worker daemons can be enabled for phabricator #3306

This commit is contained in:
Strahinja Popovic
2014-07-17 12:51:17 +02:00
committed by Michael Raskin
parent dae0d770fc
commit fe3f7716f0
6 changed files with 125 additions and 26 deletions

View File

@@ -32,9 +32,16 @@ import ./make-test.nix ({ pkgs, ... }: {
}];
};
phd = {
enable = true;
};
mysql = {
enable = true;
package = pkgs.mysql;
extraOptions = ''
sql_mode=STRICT_ALL_TABLES
'';
};
};