Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update unstable version naming conventions
The previous explanation did not make it clear where the word "unstable" should go when name is split into pname and version. By putting it at the end, we can get builtins.parseDrvName to parse things nicely: > builtins.parseDrvName "pname-2020-10-17-unstable" { name = "pname"; version = "2020-10-17-unstable"; } It is not good to put it in the pname, because then the pname will not match with the attrpath.
- Loading branch information