diff --git a/modules/desktop/virtualisation/docker.nix b/modules/desktop/virtualisation/docker.nix index a53413a..3ccb274 100644 --- a/modules/desktop/virtualisation/docker.nix +++ b/modules/desktop/virtualisation/docker.nix @@ -19,6 +19,7 @@ environment.systemPackages = with pkgs; [ docker-compose distrobox - kind + dive # A tool for exploring a docker image, layer contents. + grype # A vulnerability scanner for container images and filesystems. ]; }