Open manveru opened 4 years ago
Thank you for this repport.
Could you share me your operating system please ? I guess you are on nixos 19.08 based on the results of the Sanity
checks. So it means that by default you have a correct opengl setup and that's surprising.
Could you share the output of:
nix-build "./" "-A" "nixGLNvidia" "--arg" "pkgs" "import (fetchTarball channel:nixos-19.09-small)"
And which commit or nixGL you used.
I'm on NixOS 20.03 at 74a80c5a9ab04f87d48b91281f8508ee4b631d43
.
nixGL
is at e2cc0101af3a45d3d1bfe71e3edb821be3868ac4
.
I assume you meant
nix-build "./" "-A" "nixGLNvidia" "--arg" "pkgs" "import (fetchTarball channel:nixos-19.09-small) { config.allowUnfree = true; }"
/nix/store/79bywv0d7b4gszky91kb1cnlnbasz4q6-nixGLNvidia-440.82
and for 20.03 it's /nix/store/06l4rdzhvnsi1pmm88i4gy58j9d9gfp5-nixGLNvidia-440.82
That's surprising. The nix-build
command works when you run it directly, but not during the test.
Running the
./Test.hs
, I get quite a number of failures.