-
Notifications
You must be signed in to change notification settings - Fork 7
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
everything is unstable #184
Conversation
(import ./python { | ||
python = pkgs.python38Full; | ||
pypkgs = pkgs.python38Packages; | ||
}) |
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.
Why are we getting rid of python 3.8?
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.
Oh, I see
removed the python 3.8 nixmodule from the current modules list due to a version incompatibility with sphinx (which i guess is somewhere in the dep tree)
What's the error?
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.
something like sphinx-x.x.x is not a valid interpreter for python 3.8
?
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.
it was an error printed by nix (not printed from within a drv) so i think this is just an incompatibility with the latest unstable
75b72fb
to
b382abc
Compare
02fc046
to
b9e490e
Compare
b9e490e
to
8e25386
Compare
Why
it's annoying having multiple nix channels that affect some modules but not others. also it's a lot easier to keep things up-to-date and consistent when we're only using 1 channel. also 23.05 is almost deprecated, and our choices were to either:
What changed
nixos-23.05
channel inputnixpkgs-unstable
insteadsphinx
(which i guess is somewhere in the dep tree)Test plan
Rollout
Describe any procedures or requirements needed to roll this out safely (or check the box below)