diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 \ |
