Comment on Nix solves the package manager ejection problemparentComments−ticketsplease5yAs a NixOS user of 3 years, this rarely happens.When it does, I either:* build it via Nix, 10-15 lines, equivalent to packaging it.* build it in a nix-shell that contains its dependencies
Comments
As a NixOS user of 3 years, this rarely happens.
When it does, I either:
* build it via Nix, 10-15 lines, equivalent to packaging it.
* build it in a nix-shell that contains its dependencies