What happens?
When I add the lines
hardware.nvidia.package = pkgs.nvidia_cachyos;
hardware.nvidia.open = true;
nvidia-open fails to build.
This happens whether or not I use kernelPackages = pkgs.linuxPackages_cachyos;
What is expected to happen?
nvidia-open should build properly.
If possible, please attach logs
error: output '/nix/store/gjvigqhi1dgd8kf7kxlnrlnpqbpr6axm-nvidia-open-x86_64-unknown-linux-gnu-610.57.04-7.2.0' is not allowed to refer to the following paths:
/nix/store/pwm72i2lw7zq0vwix8v4cw8vrw296zv4-linux-x86_64-unknown-linux-gnu-7.2.0-dev
More information
I tried adding the allowedReferences fix mentioned by silvanshade to my configuration.nix, but I got the same error.
What happens?
When I add the lines
nvidia-openfails to build.This happens whether or not I use
kernelPackages = pkgs.linuxPackages_cachyos;What is expected to happen?
nvidia-openshould build properly.If possible, please attach logs
More information
I tried adding the
allowedReferencesfix mentioned by silvanshade to myconfiguration.nix, but I got the same error.