mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #116689 from puffnfresh/pkgs/eventstore
eventstore: add x86_64-darwin to supported platforms
This commit is contained in:
commit
7d4c9c71cb
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue