Skip to content

Commit

Permalink
Better location.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Feb 24, 2025
1 parent e54bcfb commit 83233b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/cuda-modules/cuda/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ filterAndCreateOverrides {
];
dontWrapQtApps = true;
postInstall = ''
moveToOutput 'ncu' "''${!outputBin}"
moveToOutput 'ncu-ui' "''${!outputBin}"
moveToOutput 'ncu' "''${!outputBin}/bin/"
moveToOutput 'ncu-ui' "''${!outputBin}/bin/"
moveToOutput 'host/*' "''${!outputBin}"
moveToOutput 'target/*' "''${!outputBin}"
wrapQtApp "$bin/host/linux-desktop-glibc_2_11_3-x64/ncu-ui.bin"
Expand Down

0 comments on commit 83233b5

Please sign in to comment.