4 lines
83 B
Text
4 lines
83 B
Text
|
|
#!/usr/bin/zsh --errexit
|
||
|
|
|
||
|
|
|
||
|
|
exec find /nix/store -maxdepth 1 -type d -name "*-$1-*"
|