Added nixpkgs master as unstable in configuration/desktop/default.nix and made syncplay not have twisted issues therefore.

This commit is contained in:
kat witch 2020-11-02 08:04:56 +00:00 committed by kat
parent 44055541bf
commit c542b60917

View file

@ -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