Unverified Commit 105bb49c authored by Morgan Jones's avatar Morgan Jones
Browse files

armagetronad: add passthru.tests

parent 204cb87e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {