Skip to content

Commit

Permalink
Update venv dir
Browse files Browse the repository at this point in the history
  • Loading branch information
taha-yassine committed Jun 18, 2024
1 parent 615e7e8 commit 91c020e
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 91c020e

Please sign in to comment.