-
Notifications
You must be signed in to change notification settings - Fork 240
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
Added a Nix flake containing everything needed to build, dev and run … #154
base: master
Are you sure you want to change the base?
Added a Nix flake containing everything needed to build, dev and run … #154
Conversation
might need a get job thats a container with nix that can do the following
|
closed as theoparis still links to this as a reference but that one should be used going forward |
We working with this one now? We are not sending PRs up to Godot by default at this time, due to a reassessment in the core team, so we can start looking at stuff like this soon. |
I spoke to McDubh about adding this one in for now a few days ago so i reopened it. But yeah theirs no rush on it |
This is a Nix Flake for NixOS and anyone with nix package manager installed on their system.
It allow people to enter into the flake dev shell as followed:
nix develop
and it will install all the listed dependencies to build and run redot avoiding the pain of having to workout what dependencies you need to install and what missing.