aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-07-25 20:21:03 +0200
committerAdrian Kummerlaender2019-07-25 20:21:03 +0200
commitf8206aae565894a5d4374600cebaa0fae8b8c19c (patch)
tree90744eff2409eb0c7d0a9152e474e035cd2fcb35
parent5d99ad3a2c5f5cff7b502aff468ffada3664c539 (diff)
downloadsymlbm_playground-f8206aae565894a5d4374600cebaa0fae8b8c19c.tar
symlbm_playground-f8206aae565894a5d4374600cebaa0fae8b8c19c.tar.gz
symlbm_playground-f8206aae565894a5d4374600cebaa0fae8b8c19c.tar.bz2
symlbm_playground-f8206aae565894a5d4374600cebaa0fae8b8c19c.tar.lz
symlbm_playground-f8206aae565894a5d4374600cebaa0fae8b8c19c.tar.xz
symlbm_playground-f8206aae565894a5d4374600cebaa0fae8b8c19c.tar.zst
symlbm_playground-f8206aae565894a5d4374600cebaa0fae8b8c19c.zip
Add GCC to environment
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 7c2ba9f..fd3f13e 100644
--- a/shell.nix
+++ b/shell.nix
@@ -56,6 +56,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
in [
local-python
pkgs.opencl-info
+ pkgs.gcc9
# jupyter dependencies
pkgs.nodejs
];