summaryrefslogtreecommitdiff
path: root/config/orbekk-pkgs.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-05-31 18:41:21 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-05-31 18:41:21 -0400
commitbb6123cb78d16302d95d7fee9c452135770ddbc5 (patch)
treea19d2b5618f735e18eed60af90aa086ff00396b2 /config/orbekk-pkgs.nix
parentee88a3fbd5479d71e2ea9edd7ee162f699e574e1 (diff)
Remove old config
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;
- };
-}