nixos/varnish: it does not matter where to check syntax, only when
This commit is contained in:
parent
25b178c745
commit
bfee336614
@ -90,7 +90,6 @@ in
|
|||||||
system.extraDependencies = [
|
system.extraDependencies = [
|
||||||
(pkgs.stdenv.mkDerivation {
|
(pkgs.stdenv.mkDerivation {
|
||||||
name = "check-varnish-syntax";
|
name = "check-varnish-syntax";
|
||||||
preferLocalBuild = true;
|
|
||||||
buildCommand = "${pkgs.varnish}/sbin/varnishd -C ${commandLine} 2> $out";
|
buildCommand = "${pkgs.varnish}/sbin/varnishd -C ${commandLine} 2> $out";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user