|
|
|
|
|
by Ptival
2518 days ago
|
|
This works fine in Nix because those package names are the names of derivations that themselves pin a given version of said packages. In practice, the default set is expected to be somewhat internally consistent, so that you can just use the package names to refer to the "most recent consistent set". But if need arises, you can also override individual packages to pin them at a different version than the upstream-provided one. |
|