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

4 lines
83 B
Bash
Executable file

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