remove unused python from rustup shell

This commit is contained in:
2026-05-08 13:26:42 +01:00
parent 9b7832a44d
commit 7c33ceadf4
-6
View File
@@ -4,11 +4,6 @@
libPath = with pkgs; lib.makeLibraryPath [
# load external libraries that you need in your rust project here
];
python = (pkgs.python3.withPackages (python-pkgs: [
python-pkgs.pynacl
python-pkgs.zeroconf
python-pkgs.bleak
]));
in
pkgs.mkShell rec {
nativeBuildInputs= with pkgs; [
@@ -16,7 +11,6 @@
rustup
lua5_3
pkg-config
# sops
];
buildInputs = with pkgs; [
clang