mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 09:53:17 +00:00
6 lines
127 B
Bash
6 lines
127 B
Bash
|
addChezLibraryPath() {
|
||
|
addToSearchPath CHEZSCHEMELIBDIRS "$1/lib/csv-site"
|
||
|
}
|
||
|
|
||
|
addEnvHooks "$targetOffset" addChezLibraryPath
|