Skip to content

Commit

Permalink
ci: attempts to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
teto committed Jun 3, 2023
1 parent 754a02f commit 3fb5f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

wayland.windowManager.sway = {
enable = true;
package = config.lib.test.mkStubPackage { outPath = "@sway@"; };
# overriding findutils causes issues
config.menu = "${pkgs.dmenu}/bin/dmenu_run";

Expand Down
6 changes: 3 additions & 3 deletions tests/modules/services/window-managers/sway/sway-stubs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
dmenu = { };
foot = { };
i3status = { };
sway = { };
sway-unwrapped = { version = "1"; };
# sway = { };
# sway-unwrapped = { version = "1"; };
swaybg = { };
xwayland = { };
# xwayland = { };
};
}

0 comments on commit 3fb5f15

Please sign in to comment.