We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pixi init
$ pixi init [...]
pixi.toml:
pixi.toml
[project] ... [dependencies] # no newline here at the end of the file
The text was updated successfully, but these errors were encountered:
Nice find, this should be trivial to add in https://github.com/prefix-dev/pixi/blob/main/src/cli/init.rs#L93 . The template string does contain a newline at the end but apparently minijinja trims it.
The same goes for the .gitignore
.gitignore
Would you want to make a PR to add it?
Sorry, something went wrong.
Sure, I can do it today or tomorrow 👍🏻
Successfully merging a pull request may close this issue.
pixi.toml
:The text was updated successfully, but these errors were encountered: