mirror of
https://github.com/NotAShelf/go-grep-cache.git
synced 2024-11-01 07:41:14 +00:00
No description
.github/workflows | ||
.envrc | ||
.gitignore | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
shell.nix |
go-grep-cache
Go port of https://github.com/delroth/grep-nixos-cache
"A tool to efficiently grep the contents of many NixOS store paths for a given string to find. The main use case is looking for vendored libraries through the entirety of a Hydra evaluation."
I'm petty, sue me.
How to use
grep-nixos-cache --needle "what-to-search" --path ""/nix/store/...""
Why does this exist?
- I don't want Rust on my system
- I don't want flake-utils on my system
- Felt like it