Skip to content

Commit

Permalink
Merge pull request #49 from taha-yassine/python-venv
Browse files Browse the repository at this point in the history
Update venv dir
  • Loading branch information
lucperkins committed Jun 22, 2024
2 parents 7550a44 + 91c020e commit 46a3673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
devShells = forEachSupportedSystem ({ pkgs }: {
default = pkgs.mkShell {
venvDir = "venv";
venvDir = ".venv";
packages = with pkgs; [ python311 ] ++
(with pkgs.python311Packages; [
pip
Expand Down

0 comments on commit 46a3673

Please sign in to comment.