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