mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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 = [
|
||||
(pkgs.stdenv.mkDerivation {
|
||||
name = "check-varnish-syntax";
|
||||
preferLocalBuild = true;
|
||||
buildCommand = "${pkgs.varnish}/sbin/varnishd -C ${commandLine} 2> $out";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue