Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1make_grilo_find_plugins() { 2 if [ -d "$1"/lib/grilo-0.3 ]; then 3 addToSearchPath GRL_PLUGIN_PATH "$1/lib/grilo-0.3" 4 fi 5} 6 7addEnvHooks "$hostOffset" make_grilo_find_plugins