linux-utils/packages/nix-store-fuzzy-find/nix-store-fuzzy-find

4 lines
83 B
Text
Raw Normal View History

#!/usr/bin/zsh --errexit
exec find /nix/store -maxdepth 1 -type d -name "*-$1-*"