mirror of
https://github.com/NotAShelf/go-grep-cache.git
synced 2024-11-01 07:41:14 +00:00
506 B
506 B
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