Skip to content

Commit

Permalink
devshell(python): Bump to 3.11; Drop common python packages; Drop rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
ElXreno committed Jul 23, 2023
1 parent 28c27bf commit 4e7ee24
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions devshell/python.nix
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
{ pkgs, ... }:
let python = pkgs.python39;
let python = pkgs.python311;
in
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
pkg-config
clang
gnumake
rustup
python3
] ++ (with jetbrains; [
pycharm-professional
]);

buildInputs = with pkgs; with python.pkgs; [
# Python
aiohttp
setuptools
toml
wheel
venvShellHook
];

Expand Down

0 comments on commit 4e7ee24

Please sign in to comment.