Skip to content

Commit

Permalink
add Python 3.12 back to the Nix shell, related to #26
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Nov 21, 2024
1 parent 95d6d63 commit 777a356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pkgs.mkShell {
poetry
py310
python311
python312
] ++ (if dev then [ pkgs.poetryPlugins.poetry-plugin-export ] else []);
shellHook = ''
# To get this working on the lab machine, we need to modify Poetry's keyring interaction:
Expand Down

0 comments on commit 777a356

Please sign in to comment.