+1
-1
nixos/tests/nginx-modsecurity.nix
+1
-1
nixos/tests/nginx-modsecurity.nix
···
+6
pkgs/servers/http/nginx/generic.nix
+6
pkgs/servers/http/nginx/generic.nix
···+moduleNames = map (mod: mod.name or (throw "The nginx module with source ${toString mod.src} does not have a `name` attribute. This prevents duplicate module detection and is no longer supported."))···+"nginx: duplicate modules: ${concatStringsSep ", " moduleNames}. A common cause for this is that services.nginx.additionalModules adds a module which the nixos module itself already adds.";
+60
-19
pkgs/servers/http/nginx/modules.nix
+60
-19
pkgs/servers/http/nginx/modules.nix
····························································-export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${pkgs.aprutil.dev}/include/apr-1 -I${pkgs.apacheHttpd.dev}/include -I${pkgs.apr.dev}/include/apr-1 -I${pkgs.yajl}/include"····················································································
+1
-1
pkgs/top-level/all-packages.nix
+1
-1
pkgs/top-level/all-packages.nix
···