Skip to content

Commit

Permalink
remove Python 3.12 from Nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Apr 18, 2024
1 parent b27f2e5 commit 38fa3cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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 38fa3cc

Please sign in to comment.