Skip to content
Snippets Groups Projects
Commit 68fa3ec6 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Point Python at source in the tree for a better developer experience

parent 6ba8fbbc
No related tags found
1 merge request!317Some Nix-based development environment amenities
......@@ -27,6 +27,10 @@ pkgs.mkShell {
# runs.
PYTHONDONTWRITEBYTECODE = "1";
# Put this source tree into the Python import path, too, for a `setup.py
# develop`-like experience.
PYTHONPATH = "${builtins.toString ./.}/src";
buildInputs = [
# Supply all of the runtime and testing dependencies.
python-env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment