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

feat: mojopproject.toml support #2

Draft
wants to merge 8 commits into
base: zbowling/pixi-dir
Choose a base branch
from

Conversation

zbowling
Copy link

mojoproject.toml is today a superset of pixi.toml with fields that pixi doesn't use but that mojo specific tools will use.

Make the pixi binary name dynamic so that it's determined off the actual binary
name when invoked so if it's renamed, it reports correctly.

Make the pixi config folder and default lock file to use overridable in cargo config.

Make the default channels overriable in a build in cargo config. Automatically parse
full URLs in default channels list as URLs and not short names at compile time.

Make some functions and mods accessed externally pub instead of pub(crate).
mojoproject.toml is today a superset of pixi.toml with fields that pixi
doesn't use but that mojo specific tools will use.
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.

1 participant