fixed things and added things
This commit is contained in:
+16
-3
@@ -17,9 +17,22 @@
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
package = (
|
||||
pkgs.obs-studio.override {
|
||||
cudaSupport = true;
|
||||
}
|
||||
(pkgs.obs-studio.overrideAttrs (old: {
|
||||
version = "32.2.0-beta2-unstable";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "obsproject";
|
||||
repo = "obs-studio";
|
||||
rev = "27ac23ef750aafb2bb7ddd499ede5755a5a3087f";
|
||||
hash = "sha256-3wPHNgYzR+ZIbCYMh5ocyK/nsQxy24Wfa03kheYOU88=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
cmakeFlags = (old.cmakeFlags or []) ++ [
|
||||
"-DOBS_VERSION_OVERRIDE=32.2.0-beta2"
|
||||
];
|
||||
})).override
|
||||
{
|
||||
cudaSupport = true;
|
||||
}
|
||||
);
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-pipewire-audio-capture
|
||||
|
||||
Reference in New Issue
Block a user