mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
httpd: Respect original order of environment eval.
This commit is contained in:
parent
bfa56d7657
commit
9b1bd84940
1 changed files with 2 additions and 2 deletions
|
@ -628,8 +628,8 @@ in
|
|||
++ concatMap (svc: svc.extraServerPath) allSubservices;
|
||||
|
||||
environment =
|
||||
(listToAttrs (concatMap (svc: svc.globalEnvVars) allSubservices))
|
||||
// optionalAttrs enablePHP { PHPRC = phpIni; };
|
||||
optionalAttrs enablePHP { PHPRC = phpIni; }
|
||||
// (listToAttrs (concatMap (svc: svc.globalEnvVars) allSubservices));
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue