Skip to content

Instantly share code, notes, and snippets.

@dmjio
Created July 21, 2019 16:32
Show Gist options
  • Save dmjio/a522a290d46367c8f222f2ac1ffbd358 to your computer and use it in GitHub Desktop.
Save dmjio/a522a290d46367c8f222f2ac1ffbd358 to your computer and use it in GitHub Desktop.
nix-env -iA cachix -f https://cachix.org/api/v1/install
cachix use haskell-miso
git clone https://github.com/dmjio/miso
cd miso
nix-build -A miso-arm
➜ miso git:(ios-cross-compile) file ./result/bin/*
./result/bin/mario: Mach-O 64-bit executable arm64
./result/bin/router: Mach-O 64-bit executable arm64
./result/bin/simple: Mach-O 64-bit executable arm64
./result/bin/todo-mvc: Mach-O 64-bit executable arm64
./result/bin/websocket: Mach-O 64-bit executable arm64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment