flake.nix: Add full busybox to Docker image for debugging

This commit is contained in:
Zhaofeng Li 2023-01-04 21:05:07 -07:00
parent 14d8b8f1b0
commit 49c7cca94b

View file

@ -43,8 +43,8 @@
name = "attic-server";
tag = "main";
copyToRoot = [
# Minimal `/bin/sh` for `fly ssh console`
pkgs.busybox-sandbox-shell
# Debugging utilities for `fly ssh console`
pkgs.busybox
packages.attic-server
];
config = {