nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 7 lines 178 B view raw
1addGuileLibPath () { 2 if test -d "$1/share/guile/site"; then 3 addToSearchPath GUILE_LOAD_PATH "$1/share/guile/site" 4 fi 5} 6 7addEnvHooks "$hostOffset" addGuileLibPath