aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-06-15 15:51:56 +0200
committerAdrian Kummerlaender2019-06-15 16:14:26 +0200
commitc43d3f38b6922d36d15e8ba2b6ce17ddb0c75b0a (patch)
tree39992e419204135a9625e662f4b5574e044d6b1f /shell.nix
parentc543a20179d495cb6d585c48637c24b248c29a07 (diff)
downloadsymlbm_playground-c43d3f38b6922d36d15e8ba2b6ce17ddb0c75b0a.tar
symlbm_playground-c43d3f38b6922d36d15e8ba2b6ce17ddb0c75b0a.tar.gz
symlbm_playground-c43d3f38b6922d36d15e8ba2b6ce17ddb0c75b0a.tar.bz2
symlbm_playground-c43d3f38b6922d36d15e8ba2b6ce17ddb0c75b0a.tar.lz
symlbm_playground-c43d3f38b6922d36d15e8ba2b6ce17ddb0c75b0a.tar.xz
symlbm_playground-c43d3f38b6922d36d15e8ba2b6ce17ddb0c75b0a.tar.zst
symlbm_playground-c43d3f38b6922d36d15e8ba2b6ce17ddb0c75b0a.zip
Start to record some benchmarks
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 9fb5805..de62cdf 100644
--- a/shell.nix
+++ b/shell.nix
@@ -39,5 +39,6 @@ pkgs.stdenvNoCC.mkDerivation rec {
shellHook = ''
export NIX_SHELL_NAME="${name}"
export PYOPENCL_COMPILER_OUTPUT=1
+ export PYTHONPATH="$PWD:$PYTHONPATH"
'';
}