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 16 buildInputs = [ kmod zlib ]; 17 17 18 18 hardeningDisable = [ "pic" ]; 19 + NIX_CFLAGS_COMPILE = [ "-Wno-error=implicit-fallthrough" ]; 19 20 20 21 patches = [ 21 22 # fix paths in netatop.service