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 '';