flood: fix mainProgram merge issue

The package was repackaged using `buildNpmPackage` ([1]). In parallel
its `meta.mainProgram` was defined for the old `node-packages.nix`
packaging format ([2]).

Both branches were merged almost at the same time, breaking the build.

[1]: https://github.com/NixOS/nixpkgs/pull/245435
[2]: https://github.com/NixOS/nixpkgs/pull/247095

+1 -1
+1
pkgs/applications/networking/p2p/flood/default.nix
··· 21 21 homepage = "https://flood.js.org"; 22 22 license = licenses.gpl3Only; 23 23 maintainers = with maintainers; [ thiagokokada winter ]; 24 + mainProgram = "flood"; 24 25 }; 25 26 }
-1
pkgs/development/node-packages/main-programs.nix
··· 46 46 firebase-tools = "firebase"; 47 47 fkill-cli = "fkill"; 48 48 fleek-cli = "fleek"; 49 - flood = "flood"; 50 49 git-run = "gr"; 51 50 gitmoji-cli = "gitmoji"; 52 51 graphql-cli = "graphql";