Skip to content

Commit

Permalink
Add the src dir to the python path
Browse files Browse the repository at this point in the history
  • Loading branch information
sffjunkie committed Apr 23, 2024
1 parent 2d7f8c4 commit 12893cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
pkgs.ruff
pythonEnv
];
shellHook = ''
export PYTHONPATH=${builtins.toString ./src}
'';
};
}
));
Expand Down

0 comments on commit 12893cf

Please sign in to comment.