Skip to content

Commit

Permalink
config/production: temporarily remove obs-backgroundremoval again unt…
Browse files Browse the repository at this point in the history
…il nixpkgs commit can be bumped
  • Loading branch information
lilyinstarlight committed Feb 12, 2024
1 parent d4cb202 commit 4b04866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/production.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ lib.mkIf config.foosteros.profiles.production {
sonic-pi sonic-pi-tool open-stage-control
lilypond
(wrapOBS {
plugins = with obs-studio-plugins; [ wlrobs obs-gstreamer obs-move-transition obs-backgroundremoval ];
# TODO: re-add obs-backgroundremoval once NixOS/nixpkgs#258392 is in locked nixpkgs flake
plugins = with obs-studio-plugins; [ wlrobs obs-gstreamer obs-move-transition /*obs-backgroundremoval*/ ];
})
];
}

0 comments on commit 4b04866

Please sign in to comment.