diff options
author | Franck Cuny <franck@fcuny.net> | 2022-11-08 19:17:01 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-11-08 19:17:01 -0800 |
commit | cb516f14c36711a2723d2830c0815b01d52ad80f (patch) | |
tree | 14216c724a72fb3cfdc0571858b2ebc5d27d6f7c /home | |
parent | ref: update url for some inputs to the flake (diff) | |
download | world-cb516f14c36711a2723d2830c0815b01d52ad80f.tar.gz |
feat(home/packages): install dive
A tool to explore layers in docker images.
Diffstat (limited to '')
-rw-r--r-- | home/packages/default.nix | 5 |
1 files 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 ] |