Build with qt6

This commit is contained in:
asonix 2022-12-27 15:10:12 -06:00
parent c209673d6e
commit 2ba992ae21

View file

@ -2,5 +2,5 @@ let
pkgs = import <nixpkgs> { };
in
with pkgs; {
obs-scene-switcher = libsForQt5.callPackage ./obs-scene-switcher.nix { };
obs-scene-switcher = qt6Packages.callPackage ./obs-scene-switcher.nix { };
}