From cb516f14c36711a2723d2830c0815b01d52ad80f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 8 Nov 2022 19:17:01 -0800 Subject: feat(home/packages): install dive A tool to explore layers in docker images. --- home/packages/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/packages/default.nix b/home/packages/default.nix index c336520..810efaa 100644 --- a/home/packages/default.nix +++ b/home/packages/default.nix @@ -28,9 +28,10 @@ in config.home.packages = with pkgs; lib.mkIf cfg.enable ([ - util-linux + dive # explore layers in docker images jq ripgrep + util-linux # custom tools album-to-nas @@ -42,7 +43,7 @@ in tools.ipconverter tools.seqstat - # tools from outside repositories + # tools from external repositories x509-info gh-ssh-keys ] -- cgit 1.4.1