unstable channel in a package

This commit is contained in:
nyanloutre 2018-10-01 15:32:25 +02:00
parent 9b63f65e93
commit 267178d224
2 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,7 @@ let
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
in
{
unstable-pkgs = unstable;
jackett = unstable.jackett;
radarr = unstable.radarr;
sonarr = unstable.sonarr;

View File

@ -9,8 +9,6 @@ let
pgmanage_port = 52347;
max_port = 52348;
musique_port = 52349;
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
in
{
@ -214,7 +212,7 @@ in
matrix-synapse = {
enable = true;
package = unstable.matrix-synapse;
package = pkgs.unstable-pkgs.matrix-synapse;
enable_registration = true;
server_name = "nyanlout.re";
listeners = [