From 02aaed54f67308d7ab05aad0cf80eb567d0f23c2 Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 7 Jul 2021 00:25:57 +0200 Subject: chore(3p): bump unstable channel to 2021-07-03 Didn't bother to update the stable channel as it is unused currently. Changes required: * tazjin/frog, grfn/modules/obs: Remove obs-v4l2sink as it has been integrated into upstream OBS and the package removed from nixpkgs subsequently (at least according to the `builtins.throw`-message). Change-Id: I4335ed060eef2c4ff8ac55a68d894bcc3d8ef4a3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3243 Tested-by: BuildkiteCI Reviewed-by: grfn Reviewed-by: tazjin --- users/grfn/system/home/modules/obs.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'users/grfn') diff --git a/users/grfn/system/home/modules/obs.nix b/users/grfn/system/home/modules/obs.nix index 39f7bbe3c6fc..d1dade477ccc 100644 --- a/users/grfn/system/home/modules/obs.nix +++ b/users/grfn/system/home/modules/obs.nix @@ -63,7 +63,4 @@ in "${obs-input-overlay}/lib/obs-plugins/input-overlay.so"; xdg.configFile."obs-studio/plugins/input-overlay/data".source = "${obs-input-overlay}/share/obs/obs-plugins/input-overlay"; - - xdg.configFile."obs-studio/plugins/obs-v4l2sink/bin/64bit/obs-v4l2sink.so".source = - "${pkgs.obs-v4l2sink}/share/obs/obs-plugins/v4l2sink/bin/64bit/v4l2sink.so"; } -- cgit 1.4.1