From c25368d715aa3edd9e40633c9561e55f5fa07ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Mon, 12 Jun 2017 10:56:00 -0400 Subject: Pin synapse to nixos-stable. Use state version for postgresql --- config/orbekk-pkgs.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/orbekk-pkgs.nix') diff --git a/config/orbekk-pkgs.nix b/config/orbekk-pkgs.nix index 7deed49..ce29f59 100644 --- a/config/orbekk-pkgs.nix +++ b/config/orbekk-pkgs.nix @@ -3,8 +3,11 @@ { config, lib, pkgs, ... }: let orbekkPkgs = import {}; + stablePkgs = import {}; in { nixpkgs.config.packageOverrides = pkgs: { + # Broken in nixos-unstable + matrix-synapse = stablePkgs.matrix-synapse; } // orbekkPkgs; } -- cgit v1.2.3