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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";
})
];