flake: Introduce pytec to PYTHONPATH in devShell

For easier testing of pytec client code in the shell.
This commit is contained in:
atse 2024-10-28 18:05:59 +08:00
parent 9848c65de5
commit a7aa78a608

View File

@ -67,6 +67,9 @@
] ++ (with python3Packages; [
numpy matplotlib
]);
shellHook = ''
export PYTHONPATH=`pwd`/pytec:$PYTHONPATH
'';
};
};
}