I am trying to build Alacritty from source. It builds fine.
But when I run the built binary, I get this error:
[nix-shell:~/repos/alacritty]$ ./target/debug/alacritty
Alacritty encountered an unrecoverable error:
Error creating GL context; Received multiple errors. Errors: `[NotSupported("lacking either libGL or libEGL so could not fallback to other"), NotSupported("both libGL and libEGL are not present")]`
[nix-shell:~/repos/alacritty]$
I am running NixOS stable in VM.
Please help