diff options
Add C++ compiler to CUDA shell expression
I am not entirely sure why this was not required previously.
Diffstat (limited to 'lid_driven_cavity')
-rw-r--r-- | lid_driven_cavity/cuda/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lid_driven_cavity/cuda/shell.nix b/lid_driven_cavity/cuda/shell.nix index 77d7bdf..c205d68 100644 --- a/lid_driven_cavity/cuda/shell.nix +++ b/lid_driven_cavity/cuda/shell.nix @@ -14,6 +14,7 @@ pkgs.stdenvNoCC.mkDerivation rec { in with pkgs; [ local-python cmake + gcc cudatoolkit linuxPackages.nvidia_x11 ]; |