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

This commit is contained in:
volth
2017-12-09 08:29:44 +00:00
committed by GitHub
parent 25b178c745
commit bfee336614

View File

@@ -90,7 +90,6 @@ in
system.extraDependencies = [
(pkgs.stdenv.mkDerivation {
name = "check-varnish-syntax";
preferLocalBuild = true;
buildCommand = "${pkgs.varnish}/sbin/varnishd -C ${commandLine} 2> $out";
})
];