remove python

This commit is contained in:
nora 2023-08-29 10:41:51 +02:00
parent bd746a05d8
commit 747a9ad4a7

View file

@ -20,17 +20,8 @@
{ {
devShells = forAllSystems ({ pkgs }: { devShells = forAllSystems ({ pkgs }: {
default = default =
let
python = pkgs.python311;
pythonPkgs = python.withPackages (ps: with ps; [
virtualenv
pip
]);
in
pkgs.mkShell { pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
# Python plus helper tools
pythonPkgs
ansible ansible
ansible-lint ansible-lint
certbot certbot