Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shell.nix for easy building anywhere Nix is available #282

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Krutonium
Copy link

Description

This PR adds a shell.nix file that can be used by typing nix-shell on any system that has Nix installed, including MacOS and Linux (Though I can't test it on MacOS.) It pulls in all the dependencies (except the rom) and drops you into a shell where you can simply type make and it'll produce a binary.

Will this Pull Request break anything?

No

Suggested Testing Steps

Install Nix on your system, type nix-shell and then make -j{core count}

@D-Vichnyy
Copy link

Is this different from #207 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants