mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
remove python
This commit is contained in:
parent
bd746a05d8
commit
747a9ad4a7
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue