Commit ab2aa991 authored by Robert Hensing's avatar Robert Hensing
Browse files

cassandra: Use correct nixosTests attribute

parent 966b542c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ stdenv.mkDerivation rec {
  passthru = {
    tests =
      let
        test = nixosTests."cassandra_${generation}";
        test = nixosTests.cassandra;
      in
      {
        nixos =