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
You can't update the version of poetry2nix because of how poetry2nix is invoked.
Here: https://github.com/tweag/jupyenv/blob/main/modules/poetry.nix#L51
poetry2nix is passed poetry; but this is no longer supported - nix-community/poetry2nix@fb13508
You can use the latest poetry2nix
Explicitly ask jupyenv to follow the latest poetry2nix:
inputs.poetry2nix = { url = "github:nix-community/poetry2nix"; inputs.flake-utils.follows = "flake-utils"; inputs.nixpkgs.follows = "nixpkgs"; }; inputs.jupyenv = { url = "github:tweag/jupyenv"; inputs.poetry2nix.follows = "poetry2nix"; inputs.flake-utils.follows = "flake-utils"; inputs.nixpkgs.follows = "nixpkgs"; };
- system: `"x86_64-linux"` - host os: `Linux 6.1.21, NixOS, 22.11 (Raccoon), 22.11.20230325.83607da` - multi-user?: `yes` - sandbox: `yes` - version: `nix-env (Nix) 2.11.1` - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
3ad2c95
No response
The text was updated successfully, but these errors were encountered:
I can only guess that the reason to pass in poetry explicitly was to set the python version? so maybe there's an alternative way of doing that?
poetry
Sorry, something went wrong.
djacu
No branches or pull requests
Current Behavior
You can't update the version of poetry2nix because of how poetry2nix is invoked.
Here: https://github.com/tweag/jupyenv/blob/main/modules/poetry.nix#L51
poetry2nix is passed poetry; but this is no longer supported - nix-community/poetry2nix@fb13508
Expected Behavior
You can use the latest poetry2nix
Steps To Reproduce
Explicitly ask jupyenv to follow the latest poetry2nix:
OS
Version
3ad2c95
Additional Context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: