From fdbb506e2e5d60d355f3a8b718211c7a4a56a943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Tue, 2 Apr 2019 09:21:06 -0400 Subject: Stuff --- config/orbekk-pkgs.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config/orbekk-pkgs.nix') diff --git a/config/orbekk-pkgs.nix b/config/orbekk-pkgs.nix index ce29f59..0c81eb7 100644 --- a/config/orbekk-pkgs.nix +++ b/config/orbekk-pkgs.nix @@ -2,12 +2,11 @@ # "orbekk=https://hydra.orbekk.com/project/orbekk-projects/channel/latest/nixexprs.tar.bz2" { 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