juspay / omnix

🚧 A Nix wrapper to improve developer experience
https://omnix.page
GNU Affero General Public License v3.0
70 stars 5 forks source link

fix: Intel build and add to CI #183

Closed rsrohitsingh682 closed 1 month ago

rsrohitsingh682 commented 1 month ago

omnix should build on intel-mac (x86_64-darwin) and can be added to ci as well.

rsrohitsingh682 commented 1 month ago

For building on x86_64-darwin we need apple_sdk_11_0 because x86_64-darwin uses the 10.12 SDK by default. Ref: https://github.com/NixOS/nixpkgs/blob/e97c8b67e3acca3133cce767c36a795dbfda3a99/doc/stdenv/platform-notes.chapter.md?plain=1#L64C3-L64C113