|
|
|
|
|
by Slackwise
857 days ago
|
|
> An old employer used this instead of Docker for managing build distribution. Can the Guix stuff be used the same way? Yes, and, Guix is actually a "meta" package manager that understands other packages like Python PIPs and Node NPM packages, so you can define all of that in one build config file. |
|
One thing that has become a persistent headache for me with Nix is trying to get reproducible builds with Julia, due to the fact that the package manager doesn't have direct integration with Nix, and `nix build` purposefully restricts network access. I'd happily move to Guix if they have an elegant way to deal with this.