#!/usr/bin/zsh --errexit


exec find /nix/store -maxdepth 1 -type d -name "*-$1-*"
