From 5ade0fcd9f263189ad8950128dbe72caa8b5c191 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 28 Nov 2023 12:29:32 -0500 Subject: [PATCH] use poetry version of hops --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a222e3f..e3b6506 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ shellOverride = (pkgs: oldAttrs: { shellHook = '' # export PYTHONPATH=/home/hiro/src/two_qubit_model/:$PYTHONPATH - export PYTHONPATH=/home/hiro/src/hops/:$PYTHONPATH + # export PYTHONPATH=/home/hiro/src/hops/:$PYTHONPATH # export PYTHONPATH=/home/hiro/src/hopsflow/:$PYTHONPATH # export PYTHONPATH=/home/hiro/src/stocproc/:$PYTHONPATH '';