Commit 76395ad
committed
meta: add nix shell to build on Linux
As noted in [1] on Linux systems, it is not possible to build phoenixd due to a mismatch in the libc version.
A possible solution is to use Nix and build phoenixd inside the shell with all the dependencies. This way, the host machine can use the binary directly without downgrading libc, which can be dangerous.
[1] #1 (comment)
Signed-off-by: Vincenzo Palazzo <[email protected]>1 parent c7be837 commit 76395ad
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments