mytools/nstore-find
2024-11-11 02:31:05 +01:00

5 lines
132 B
Bash
Executable file

#!/usr/bin/env bash
# docstring=searches the nix store with find
set -E -o pipefail
find /nix/store/ -maxdepth 1 -iname '*'"$@"'*'