Skip to content
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

Python broken with plugin 0.0.4 #2428

Open
pinage404 opened this issue Nov 30, 2024 · 0 comments
Open

Python broken with plugin 0.0.4 #2428

pinage404 opened this issue Nov 30, 2024 · 0 comments
Labels
bug Something isn't working triage Issue needs triage

Comments

@pinage404
Copy link
Contributor

pinage404 commented Nov 30, 2024

What happened?

Hello,

I maintain some templates to easily setup projects, they use Direnv and Devbox nor Nix

The Python template broke when i upgrade DevBox from 0.12.0 to 0.13.6

Steps to reproduce

I did a repository to show this commit by commit

  1. initially, everything works fine with DevBox 0.12.0 and Python plugin 0.0.3
  2. update nixpkgs which update DevBox to 0.13.6 and Python plugin to 0.0.4 : this break the pipeline

Command

nix develop --command \
    devbox run \
    poetry install

devbox.json

{
  "packages": [
    "python@latest",
    "poetry@latest",
  ]
}

Devbox version

0.13.6

Nix version

nix (Nix) 2.25.2

What system does this bug occur on?

Linux (x86-64)

Debug logs

https://gitlab.com/pinage404/devbox_python_plugin_0.0.4_broken/-/jobs/8510409355#L258

@pinage404 pinage404 added bug Something isn't working triage Issue needs triage labels Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Issue needs triage
Development

No branches or pull requests

1 participant