Draft
Conversation
Signed-off-by: estak <esteban.aguililla.klein.pro@outlook.com>
Signed-off-by: estak <esteban.aguililla.klein.pro@outlook.com>
Signed-off-by: estak <esteban.aguililla.klein.pro@outlook.com>
Signed-off-by: estak <esteban.aguililla.klein.pro@outlook.com>
apaolillo
previously approved these changes
Jan 15, 2026
Collaborator
apaolillo
left a comment
There was a problem hiding this comment.
I cannot review these (I believe?) auto-generated files. I'll have to trust you on this one.
Collaborator
|
@EstAK could you update the title & the body of the PR to set this as proper commit messages? See the guidelines we follow here: https://cbea.ms/git-commit/ |
qemu starts becoming a dependency from a different pr, the other is a pure dep
Contributor
Author
|
i am putting the flake on the back burner until all the dependencies are resolved / I find a way to not have to import what is not required. Probably multiple devshells as before but in stable nix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switch nix flake tooling to improve Python packaging reliability
The current nixpkgs-based flake makes Python builds fragile and
difficult to reproduce. Migrating to dream2nix provides more
deterministic Python dependency resolution and better integration
with Python-focused workflows.
This change also includes the new pythainer flake.