nixos/varnish: it does not matter where to check syntax, only when

volth bfee3366 25b178c7

Changed files
-1
nixos
modules
services
web-servers
varnish
-1
nixos/modules/services/web-servers/varnish/default.nix
···
system.extraDependencies = [
(pkgs.stdenv.mkDerivation {
name = "check-varnish-syntax";
-
preferLocalBuild = true;
buildCommand = "${pkgs.varnish}/sbin/varnishd -C ${commandLine} 2> $out";
})
];
···
system.extraDependencies = [
(pkgs.stdenv.mkDerivation {
name = "check-varnish-syntax";
buildCommand = "${pkgs.varnish}/sbin/varnishd -C ${commandLine} 2> $out";
})
];