lib/systems: add x86_64-darwin hostPlatform

main
Jonathan Ringer 3 years ago
parent 77ca4df050
commit dbe6e96d0a
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 6
      lib/systems/examples.nix

@ -258,6 +258,12 @@ rec {
platform = {};
};
x86_64-darwin = {
config = "x86_64-apple-darwin";
xcodePlatform = "MacOSX";
platform = {};
};
#
# Windows
#

Loading…
Cancel
Save