added busybox

This commit is contained in:
2025-12-31 16:34:21 -05:00
parent f5b22322d0
commit ec5975d663
2 changed files with 8 additions and 10 deletions

View File

@@ -6,14 +6,14 @@
default = pkgs.mkShell {
NIX_CONFIG = "extra-experimental-features = nix-command flakes ca-derivations";
nativeBuildInputs = with pkgs; [
nix
home-manager
git
my_python
ssh-to-age
gnupg
age
busybox
git
gnupg
home-manager
my_python
nix
ssh-to-age
];
};
}