diff options
Add GCC to environment
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ pkgs.stdenvNoCC.mkDerivation rec { in [ local-python pkgs.opencl-info + pkgs.gcc9 # jupyter dependencies pkgs.nodejs ]; |