mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 21:41:04 +01:00
Previously, if a directory `foo` existed and a file `foo-` (where `-` is any character that is sorted before `/`), then `readDirectory` would return an empty list. To fix this, we now use a tree where we can just access the children of the node, and do not need to rely on sorting behavior to list the contents of a directory. |
||
|---|---|---|
| .. | ||
| boost | ||
| build-remote | ||
| buildenv | ||
| libexpr | ||
| libmain | ||
| libstore | ||
| libutil | ||
| linenoise | ||
| nix | ||
| nix-build | ||
| nix-channel | ||
| nix-collect-garbage | ||
| nix-copy-closure | ||
| nix-daemon | ||
| nix-env | ||
| nix-instantiate | ||
| nix-prefetch-url | ||
| nix-store | ||
| resolve-system-dependencies | ||