Skip to content

Commit

Permalink
Update flake.nix and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Marven11 committed Jun 11, 2024
1 parent 254b2f8 commit 3448aa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ celerybeat.pid
# Environments
.env
.venv
.venv*
env/
venv/
ENV/
Expand All @@ -129,4 +130,7 @@ dmypy.json
.pyre/

# vscode config
.vscode/
.vscode/

# notebooks are used for devs
*.ipynb
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
in {
devShells.default = pkgs.mkShell {
name = "python-venv";
venvDir = "./.venv";
venvDir = "./.venv-nixos";
buildInputs = [
pythonPackages.python
pythonPackages.venvShellHook
Expand Down

0 comments on commit 3448aa4

Please sign in to comment.