armagetronad: add passthru.tests

This commit is contained in:
Morgan Jones 2024-06-03 11:05:15 -07:00
parent 204cb87e31
commit 105bb49c4b
No known key found for this signature in database
GPG Key ID: 52BAC54ED447974E

View File

@ -23,6 +23,7 @@
, protobuf
, xvfb-run
, gnugrep
, nixosTests
, dedicatedServer ? false
}:
@ -191,6 +192,7 @@ let
{
# Allow both a "dedicated" passthru and a passthru for all the options other than the latest version, which this is.
dedicated = mkArmagetron fn true;
tests.armagetronad = nixosTests.armagetronad;
};
meta = with lib; {