Merge pull request #116689 from puffnfresh/pkgs/eventstore

eventstore: add x86_64-darwin to supported platforms
This commit is contained in:
Sandro 2021-03-22 00:44:54 +01:00 committed by GitHub
commit 7d4c9c71cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
description = "Event sourcing database with processing logic in JavaScript";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ puffnfresh ];
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}