mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
046f091e0d
This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
6 lines
102 B
Bash
6 lines
102 B
Bash
addXdgData() {
|
|
addToSearchPath XDG_DATA_DIRS "$1/share"
|
|
}
|
|
|
|
addEnvHooks "$targetOffset" addXdgData
|