Skip to content

Commit

Permalink
fix nsight systems version on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
ARizzo35 committed Aug 30, 2024
1 parent 17635c8 commit 7154c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/cuda-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in
if stdenv.hostPlatform.system == "x86_64-linux" then
requireFile
rec {
name = "NsightSystems-linux-public-2022.5.2.120-3231674.deb";
name = "NsightSystems-linux-public-2023.2.4.120-3231674.deb";
sha256 = "011f1vxrmxnip02zmlsb224cc01nviva2070qadkwhmz409sjxag";
message = ''
For Jetpack 5.1, Nvidia doesn't upload the corresponding nsight system x86_64 version to the deb repo, so it need to be fetched using sdkmanager
Expand Down

0 comments on commit 7154c23

Please sign in to comment.