add busybox and re-add python311 + some packages

This commit is contained in:
Seaswimmer 2024-11-28 14:44:20 -05:00
parent b65c466fd6
commit 0d55c75572
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -48,6 +48,11 @@ let
starship starship
sops sops
ssh-to-age ssh-to-age
busybox
python311
python311Packages.python-lsp-server
python311Packages.rich
]; ];
flakePackages = with inputs; [ compose2nix.packages.${system}.default ]; flakePackages = with inputs; [ compose2nix.packages.${system}.default ];
in { in {