/flycast-nix

nix flake for building Flycast, a sega dreamcast emulator.

Primary LanguageNixGNU General Public License v2.0GPL-2.0

flycast-nix

Contained in this project is a flake description of how to build flycast. A dreamcast emulator. The flake auto-updates using github ci actions to stay up to date with the tip of flycast itself.

To build flycast using nix, you can do the following:

git clone git@github.com:jesseDMoore1994/flycast-nix.git
cd flycast-nix
nix build .#

Or alternatively, if you simply wish to launch flycast:

nix run github:jesseDMoore1994/flycast-nix