summaryrefslogtreecommitdiff
path: root/config/orbekk-pkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/orbekk-pkgs.nix')
-rw-r--r--config/orbekk-pkgs.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/orbekk-pkgs.nix b/config/orbekk-pkgs.nix
deleted file mode 100644
index 0c81eb7..0000000
--- a/config/orbekk-pkgs.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-# Requires something like this in nixPath:
-# "orbekk=https://hydra.orbekk.com/project/orbekk-projects/channel/latest/nixexprs.tar.bz2"
-{ config, lib, pkgs, ... }:
-let
- stablePkgs = import <nixpkgs-stable> {};
-in
-{
- nixpkgs.config.packageOverrides = pkgs: {
- # Broken in nixos-unstable
- matrix-synapse = stablePkgs.matrix-synapse;
- };
-}