Don't copy Nix expressions to the store while processing Apache subservices
This commit is contained in:
parent
760d0a00dc
commit
738a6c173a
@ -46,7 +46,7 @@ let
|
|||||||
let
|
let
|
||||||
svcFunction =
|
svcFunction =
|
||||||
if svc ? function then svc.function
|
if svc ? function then svc.function
|
||||||
else import "${./.}/${if svc ? serviceType then svc.serviceType else svc.serviceName}.nix";
|
else import (toString "${toString ./.}/${if svc ? serviceType then svc.serviceType else svc.serviceName}.nix");
|
||||||
config = (evalModules
|
config = (evalModules
|
||||||
{ modules = [ { options = res.options; config = svc.config or svc; } ];
|
{ modules = [ { options = res.options; config = svc.config or svc; } ];
|
||||||
check = false;
|
check = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user