Formatting

This commit is contained in:
asonix 2022-10-11 10:48:53 -05:00
parent 3902810fb2
commit 3ee5515f2b

View file

@ -9,8 +9,8 @@
nixpkgs.overlays = [
(self: super: {
obs-studio-plugins = super.obs-studio-plugins // {
obs-scene-switcher = super.libsForQt5.callPackage ./obs-scene-switcher/obs-scene-switcher.nix {};
obs-streamfx = super.libsForQt5.callPackage ./obs-streamfx/obs-streamfx.nix {};
obs-scene-switcher = super.libsForQt5.callPackage ./obs-scene-switcher/obs-scene-switcher.nix { };
obs-streamfx = super.libsForQt5.callPackage ./obs-streamfx/obs-streamfx.nix { };
};
})
];