-
Notifications
You must be signed in to change notification settings - Fork 31
Update nixpkg #294
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
base: main
Are you sure you want to change the base?
Update nixpkg #294
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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot review these (I believe?) auto-generated files. I'll have to trust you on this one.
|
@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
|
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 |
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.