From c542b6091785b0401a0533e01920e9a0e1d773ad Mon Sep 17 00:00:00 2001 From: kat witch Date: Mon, 2 Nov 2020 08:04:56 +0000 Subject: [PATCH] Added nixpkgs master as unstable in configuration/desktop/default.nix and made syncplay not have twisted issues therefore. --- configuration/desktop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/desktop/default.nix b/configuration/desktop/default.nix index 24264e03..a84e2bd6 100644 --- a/configuration/desktop/default.nix +++ b/configuration/desktop/default.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -{ +let unstable = import ( fetchTarball https://github.com/NixOS/nixpkgs/archive/master.tar.gz ) {}; in { nixpkgs.config = { mumble.speechdSupport = true; }; @@ -10,7 +10,7 @@ pkgs._1password pkgs.mpv pkgs.mumble - pkgs.syncplay + unstable.pkgs.syncplay pkgs.youtube-dl pkgs.jdk11 pkgs.lm_sensors