From 776ae85e4df4382204cce9daccf644ffdeced7d3 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 15 Jun 2025 23:18:11 -0700 Subject: [PATCH] fix(hyprlock): swap sdbus (#5478) (#5484) (cherry picked from commit b5e5d5ecac70c8d8d4fba934fb146abb7e8b6d86) Co-authored-by: madomado --- anda/desktops/waylands/hyprlock/ci_setup.rhai | 1 + 1 file changed, 1 insertion(+) create mode 100644 anda/desktops/waylands/hyprlock/ci_setup.rhai diff --git a/anda/desktops/waylands/hyprlock/ci_setup.rhai b/anda/desktops/waylands/hyprlock/ci_setup.rhai new file mode 100644 index 0000000000..8d5329cfb4 --- /dev/null +++ b/anda/desktops/waylands/hyprlock/ci_setup.rhai @@ -0,0 +1 @@ +sh("dnf swap sdbus-cpp sdbus-cpp.terra -y --allowerasing", #{});