You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the --case-sensitive flag with the macos installer (as well as `NIX_INSTALLER_CASE_SENSITIVE=true" environment variable) creates a plan that indicates it will create a volume that is case-sensitive, but the receipt shows that the volume gets created case-insensitive. Double checking the volume in Disk Utility as confirms that the new volume is case-insensitive.
If I run nix-installer plan macos --case-sensitive then the resulting JSON lists case_sensitive: true in the planner settings but lists case_sensitive: false in the actual actions. If I edit the JSON file to say case_sensitive: true everywhere then the resulting created volume is indeed case-sensitive.
Using the
--case-sensitive
flag with the macos installer (as well as `NIX_INSTALLER_CASE_SENSITIVE=true" environment variable) creates a plan that indicates it will create a volume that is case-sensitive, but the receipt shows that the volume gets created case-insensitive. Double checking the volume in Disk Utility as confirms that the new volume is case-insensitive.Metadata
receipt.json:
The text was updated successfully, but these errors were encountered: