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

allowUnfree not being imported via devenv.yaml imports #1246

Open
vHanda opened this issue May 30, 2024 · 1 comment
Open

allowUnfree not being imported via devenv.yaml imports #1246

vHanda opened this issue May 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@vHanda
Copy link

vHanda commented May 30, 2024

Hi. I have a common configuration which I'm hoping to get more people in my current company to use. It's in a common git repo, and each of us has our own devenv environment created via 'devenv init'.

In the YAML of the personal devenv environment, we have have imported that common configuration -

imports:
  - ./devops/devenv

This common configuration has allowUnfree: true set in the common devenv.yaml file. Unfortunately, the unfree packages (ngrok for example) still don't build unless every person adds 'allowUnfree: true` to their personal devenv.nix configuration.

Version

devenv 1.0.5 (x86_64-linux)

@vHanda vHanda added the bug Something isn't working label May 30, 2024
@euphemism
Copy link

At this time, devenv does not support composition of devenv.yaml files.
See:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants