Merge pull request #199891 from accelbread/nftables-mainprogram

nftables: Set meta.mainProgram to "nft"

authored by Jörg Thalheim and committed by GitHub 6c3fb67f b2e7ef36

+1
+1
pkgs/os-specific/linux/nftables/default.nix
··· 43 license = licenses.gpl2Only; 44 platforms = platforms.linux; 45 maintainers = with maintainers; [ izorkin ajs124 ]; 46 }; 47 }
··· 43 license = licenses.gpl2Only; 44 platforms = platforms.linux; 45 maintainers = with maintainers; [ izorkin ajs124 ]; 46 + mainProgram = "nft"; 47 }; 48 }