Add missing ripgrep to nix shell

This commit is contained in:
dantefromhell 2024-03-05 12:57:53 +00:00 committed by GitHub
parent d674b6e8d7
commit 78a9323c85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ sudo nix store gc --debug
To find out why a package is installed, you can use the following command:
1. Enter a shell with `nix-tree` available: `nix shell nixpkgs#nix-tree`
1. Enter a shell with `nix-tree` available: `nix shell nixpkgs#nix-tree nixpkgs#ripgrep`
1. ` nix-store --gc --print-roots | rg -v '/proc/' | rg -Po '(?<= -> ).*' | xargs -o nix-tree`
1. `/<package-name>` to find the package you want to check.
1. `w` to show the package is depended by which packages, and the full dependency chain.