Enabled access to binaries of needed tools, and worker daemons can be enabled for phabricator #3306
This commit is contained in:
committed by
Michael Raskin
parent
dae0d770fc
commit
fe3f7716f0
@@ -32,9 +32,16 @@ import ./make-test.nix ({ pkgs, ... }: {
|
||||
}];
|
||||
};
|
||||
|
||||
phd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mysql;
|
||||
extraOptions = ''
|
||||
sql_mode=STRICT_ALL_TABLES
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user