linuxPackages.netatop: fix build with Linux 5.18

With 5.18, implicit fallthrough is an error, and netatop hasn't caught
up yet.

+1
+1
pkgs/os-specific/linux/netatop/default.nix
··· 16 buildInputs = [ kmod zlib ]; 17 18 hardeningDisable = [ "pic" ]; 19 20 patches = [ 21 # fix paths in netatop.service
··· 16 buildInputs = [ kmod zlib ]; 17 18 hardeningDisable = [ "pic" ]; 19 + NIX_CFLAGS_COMPILE = [ "-Wno-error=implicit-fallthrough" ]; 20 21 patches = [ 22 # fix paths in netatop.service