1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Improve use-case-hack description slightly

(cherry picked from commit 5ca2f58798)
This commit is contained in:
Eelco Dolstra 2024-09-09 14:29:05 +02:00
parent 2e1cb495c1
commit a6ad5565ef

View file

@ -23,7 +23,7 @@ struct ArchiveSettings : Config
false,
#endif
"use-case-hack",
"Whether to enable a Darwin-specific hack for dealing with file name collisions."};
"Whether to enable a macOS-specific hack for dealing with file name case collisions."};
};
static ArchiveSettings archiveSettings;