From 0d55c755721a5c5510722efa3f15eeee8ec6ad33 Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 28 Nov 2024 14:44:20 -0500 Subject: [PATCH] add `busybox` and re-add `python311` + some packages --- nixos/pkg.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/pkg.nix b/nixos/pkg.nix index dfc4359..5b5549f 100644 --- a/nixos/pkg.nix +++ b/nixos/pkg.nix @@ -48,6 +48,11 @@ let starship sops ssh-to-age + busybox + + python311 + python311Packages.python-lsp-server + python311Packages.rich ]; flakePackages = with inputs; [ compose2nix.packages.${system}.default ]; in {