feat(qq): use unstable

This commit is contained in:
2025-06-29 15:05:58 +08:00
parent 7bacc8ae06
commit a07742a206
2 changed files with 6 additions and 11 deletions

View File

@@ -24,17 +24,7 @@
signal-desktop
cinny-desktop
discord
(master.qq.overrideAttrs (
final: prev: {
preInstall =
prev.preInstall or ""
+ ''
gappsWrapperArgs+=(
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}"
)
'';
}
))
qq
gnome-clocks

View File

@@ -7,6 +7,11 @@
infuse prev {
cage.__output.patches.__append = [ ./cage-specify-output-name.patch ];
matrix-synapse.__assign = final.stable.matrix-synapse;
qq.__output.preInstall.__append = ''
gappsWrapperArgs+=(
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}"
)
'';
};
# this allows us to access specific version of nixpkgs