summary refs log tree commit diff
path: root/pkgs/servers/nosql
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-22 00:44:54 +0100
committerGitHub <noreply@github.com>2021-03-22 00:44:54 +0100
commit7d4c9c71cbdfd491074b9fb1f61e62c912200a29 (patch)
treecb8fc36587b2f061449c1364bd78c14416cdf508 /pkgs/servers/nosql
parentc7b3fb92ae7a4a5f97bb2d6f00b5982af6080a32 (diff)
parent7444abbf1dbec7aa67c9301ad614ea000d186353 (diff)
downloadnixpkgs-7d4c9c71cbdfd491074b9fb1f61e62c912200a29.tar
nixpkgs-7d4c9c71cbdfd491074b9fb1f61e62c912200a29.tar.gz
nixpkgs-7d4c9c71cbdfd491074b9fb1f61e62c912200a29.tar.bz2
nixpkgs-7d4c9c71cbdfd491074b9fb1f61e62c912200a29.tar.lz
nixpkgs-7d4c9c71cbdfd491074b9fb1f61e62c912200a29.tar.xz
nixpkgs-7d4c9c71cbdfd491074b9fb1f61e62c912200a29.tar.zst
nixpkgs-7d4c9c71cbdfd491074b9fb1f61e62c912200a29.zip
Merge pull request #116689 from puffnfresh/pkgs/eventstore
eventstore: add x86_64-darwin to supported platforms
Diffstat (limited to 'pkgs/servers/nosql')
-rw-r--r--pkgs/servers/nosql/eventstore/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/nosql/eventstore/default.nix b/pkgs/servers/nosql/eventstore/default.nix
index abec3c5f79f..4a6db24bc4c 100644
--- a/pkgs/servers/nosql/eventstore/default.nix
+++ b/pkgs/servers/nosql/eventstore/default.nix
@@ -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" ];
   };
 
 }