Skip to content

Commit f2acbff

Browse files
committed
modules/sway: update default package (under mdevd) to reflect changes in nixpkgs
1 parent aed79b0 commit f2acbff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/programs/sway/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ let
2424
}
2525
);
2626

27-
wlroots_0_19 = pkgs.wlroots_0_19.override {
27+
wlroots_0_20 = pkgs.wlroots_0_20.override {
2828
inherit libinput;
2929

3030
# xwayland appears to cause issues with mdevd - and not required in this context, so no harm in removing
3131
enableXWayland = !config.services.mdevd.enable;
3232
};
3333

3434
sway-unwrapped = pkgs.sway-unwrapped.override {
35-
inherit libinput wlroots_0_19;
35+
inherit libinput wlroots_0_20;
3636

3737
# since we're recompiling go ahead and disable systemd
3838
systemdSupport = !config.services.mdevd.enable;

0 commit comments

Comments
 (0)