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