mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +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 New Issue
Block a user