Skip to content

Commit

Permalink
Use python 3.9 for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakov512 committed Jul 22, 2021
1 parent cd69ab5 commit e268f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pkgs.mkShell {
buildInputs = with pkgs; [
python38
python38Packages.pip
python38Packages.setuptools
python39
python39Packages.pip
python39Packages.setuptools
];
}

0 comments on commit e268f19

Please sign in to comment.