Skip to content

Commit 961b5a3

Browse files
committed
use python39
1 parent 5e0ba5f commit 961b5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
packages = flake-utils.lib.flattenTree {
2626
nix-dev-pyenv = pkgs.poetry2nix.mkPoetryEnv {
2727
projectDir = self;
28-
python = pkgs.python38;
28+
python = pkgs.python39;
2929
overrides = [
3030
pkgs.poetry2nix.defaultPoetryOverrides
3131
poetryOverrides

0 commit comments

Comments
 (0)