Why tho? Bitcoin node is a service, and I find it easier to dockerize services instead of polluting my OS with dependencies.
116 sats \ 1 reply \ @quark OP 29 Mar
Isn't that one of the great things in NixOS. To not have dependencies issues because all packages are contained with their dependencies.
reply
Yeah the whole reason for dependency issues is because all programs are in one folder replacing each other with the same file name. The whole thing with nix is to nix the /bin folder.
reply