nixos/bird: fix bird/bird6 description

(cherry picked from commit d902365913fd65abc2d5d5298c2b9b0beda2f2ca)
This commit is contained in:
Martin Weinelt 2021-07-30 03:13:50 +02:00 committed by github-actions[bot]
parent 15379213a4
commit 0c50198047

View File

@ -10,8 +10,8 @@ let
birdBin = if variant == "bird6" then "bird6" else "bird";
birdc = if variant == "bird6" then "birdc6" else "birdc";
descr =
{ bird = "1.9.x with IPv4 suport";
bird6 = "1.9.x with IPv6 suport";
{ bird = "1.6.x with IPv4 support";
bird6 = "1.6.x with IPv6 support";
bird2 = "2.x";
}.${variant};
in {