You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On latest master, I added nvidia-jetpack.cudaPackages.nsight_systems_target to my environment.systemPackages but it fails to build with the following:
error:
… while calling the 'head' builtin
at /nix/store/6x9871n5b2whrrf51gfciszvink2avm0-source/lib/attrsets.nix:1575:11:
1574| || pred here (elemAt values 1) (head values) then
1575| head values
| ^
1576| else
… while evaluating the attribute 'value'
at /nix/store/6x9871n5b2whrrf51gfciszvink2avm0-source/lib/modules.nix:809:9:
808| in warnDeprecation opt //
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^
810| inherit (res.defsFinal') highestPrio;
(stack trace truncated; use '--show-trace' to show the full trace)
error: attribute '"nsight-systems-2022.5.2"' missing
at /nix/store/nri55gxi0nmqsq41y4bjqzfdl0iqmf45-source/pkgs/cuda-packages/default.nix:341:14:
340| version = nsight_system_version;
341| srcs = debs.common."nsight-systems-${nsight_system_version}".src;
| ^
342| postPatch = ''
The text was updated successfully, but these errors were encountered:
ARizzo35
changed the title
nsight_systems_target packages fail to buildnsight_systems_target package fail to build
Aug 29, 2024
ARizzo35
changed the title
nsight_systems_target package fail to buildnsight_systems_target package fails to build
Aug 29, 2024
On latest master, I added
nvidia-jetpack.cudaPackages.nsight_systems_target
to myenvironment.systemPackages
but it fails to build with the following:The text was updated successfully, but these errors were encountered: