|
|
|
|
|
by coreyoconnor
3999 days ago
|
|
Yep. Definitely!
One caveat, in short, is: Everything involved in the build must be placed under the nix store (/nix/store). Which, for some software, can cause issues: They might have a hardcoded runtime path that references /usr/lib.
Nix provides tools to resolve these assumptions, but they can still be a sticking point at times.
There is also, more or less, a unsafePerformIO that can be used. Which is discouraged. Still, for private builds the cost can be acceptable. |
|