aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 2e099d13..1a17fde1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -115,6 +115,12 @@
export XDG_RUNTIME_DIR="$(mktemp -d)"
'';
+ checkFlags = [
+ # These tests require the ability to access a "valid EGL Display", but that won't work
+ # inside the Nix sandbox
+ "--skip=tests::animations"
+ ];
+
postInstall =
''
installShellCompletion --cmd niri \