mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-10 15:04:44 +00:00
bdc000263a
This is to enable a smooth migration to the new one.
6 lines
245 B
Markdown
6 lines
245 B
Markdown
## Quirks
|
|
|
|
- `+` in names are converted to `_plus{_,}`: `cl+ssl`->`cl_plus_ssl`, `alexandria+`->`alexandria_plus`
|
|
- `.` to `_dot_`: `iolib.base`->`iolib_dot_base`
|
|
- names starting with a number have a `_` prepended (`3d-vectors`->`_3d-vectors`)
|