-
Notifications
You must be signed in to change notification settings - Fork 25
Building with Nix
Taner Sener edited this page Jul 28, 2026
·
4 revisions
- Install
Nixby following the instructions at nixos.org - From the project root, invoke the
nix-<platform>.shwrapper for your target platform. Each wrapper prepares the Nix environment and then runs the build for you
Every wrapper requires a Nix profile, passed with -p/--profile. Run --list-profiles to see the profiles available on your system (they differ per operating system).
./nix-android.sh --list-profiles
./nix-android.sh -p android-r27d
./nix-ios.sh -p xcode26
./nix-linux.sh -p default
./nix-macos.sh -p xcode26
./nix-tvos.sh -p xcode26
./nix-visionos.sh -p xcode26
./nix-web.sh -p web-wasm32-emscripten
All wrappers support additional options to enable/disable specific external libraries and/or architectures. Run any wrapper with --help to see the full list of options for that platform, for example:
./nix-android.sh --help
Copyright (c) 2026 FFmpegKitNext
- Status
- Versions
- Changelog
- Project Layout
- Using
- Building
- External Libraries
- Patents
- License