From ba2e782af5a3efd3b147fec7b9f338fa8c4973ec Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 5 Dec 2025 01:07:43 -0500 Subject: [PATCH] fix flake test build --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ccebd93..1516c05 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ '' runHook preCheck export LD_LIBRARY_PATH="${libPath}:$LD_LIBRARY_PATH" - cargo test --workspace --features native-test + cargo test --workspace --features wayland-native runHook postCheck '';