|
|
|
|
|
by s_kilk
2411 days ago
|
|
> Everything is pinned to exact source revisions. While you're here, how do you do this with nix-pkgs? I looked into using nixos for nodejs deployments recently, and was amazed to find that the versions of node in the nix-pkgs repo are just pinned to X.Y.0 releases, with no discernable way to update to a bugfix release after .0 , so... I don't see how this could possibly be used for production deployments? https://nixos.org/nixos/packages.html?channel=nixpkgs-unstab... What I really want is to be able to tell nix to give me nodejs at version 10.16.3 and have it do the right thing every time. I'm happy to be wrong on any of this. |
|
I think this is a reasonable choice, considering that the main purpose of nixpkgs is to provide packages for the NixOS distribution. It's impossible to actively maintain every single version of every package.