about summary refs log tree commit diff
path: root/nixos/tests/tinywl.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-09-25nixosTests.tinywl: fix by adding Mesa driversAlyssa Ross1-0/+2
Required since upstream commit 49738406 ("render: don't fall back to Pixman if we have a render node").
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2022-01-27nixos/tests/tinywl: enable polkitMartin Weinelt1-0/+1
Tinywl just segfaults when polkit is missing, probably because it can't access required resources.
2022-01-06nixos/tests/tinywl: initMichael Weiss1-0/+56
This adds a very minimalistic (in terms of functionality and dependencies) test for wlroots, Wayland, and related packages. The Sway test covers more functionality and packages (e.g. XWayland) but this test has tree advantages: - Less dependencies: Much fewer rebuilds are required when testing core changes that need to go through staging. - Testing wlroots updates: The Sway package isn't immediately updated after a new wlroots version is released and a lot of other packages depend on wlroots as well. - Determining whether a bug only affects Sway or wlroots/TinyWL as well.