armagetronad: add passthru.tests

This commit is contained in:
Morgan Jones
2024-07-30 11:32:13 -07:00
parent 204cb87e31
commit 105bb49c4b
+2
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; {