Add python to the devshell

This commit is contained in:
Toast 2024-07-07 15:03:54 +02:00
parent 565bb9f456
commit e12d3494bc

View File

@ -79,6 +79,13 @@
buildInputs = with nixpkgsFor.${system}; [
ruby
ruby.devdoc
(
python3.withPackages (
pyPkgs: [
pyPkgs.python-lsp-server
]
)
)
];
};
});