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

Error: Invalid outputs specifier since 2.13.0 #7624

Closed
DavHau opened this issue Jan 18, 2023 · 2 comments · Fixed by #7631
Closed

Error: Invalid outputs specifier since 2.13.0 #7624

DavHau opened this issue Jan 18, 2023 · 2 comments · Fixed by #7631
Assignees
Labels

Comments

@DavHau
Copy link
Member

DavHau commented Jan 18, 2023

Describe the bug

Since version 2.13.0 underscores seem to not be allowed anymore in output specifiers. This breaks compatibility between nix versions.
This commit introduced the error message which I'm seeing here

@DavHau DavHau added the bug label Jan 18, 2023
@abathur

This comment was marked as resolved.

@roberth roberth changed the title Error: Invalid outputs specifier since 1.13.0 Error: Invalid outputs specifier since 2.13.0 Jan 18, 2023
@edolstra edolstra assigned edolstra and unassigned Ericson2314 Jan 18, 2023
edolstra added a commit to edolstra/nix that referenced this issue Jan 18, 2023
tiagolobocastro added a commit to openebs/mayastor-extensions that referenced this issue Jan 18, 2023
See NixOS/nix#7624

Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
github-actions bot pushed a commit that referenced this issue Jan 18, 2023
Fixes #7624.

(cherry picked from commit 95cfd50)
@roberth
Copy link
Member

roberth commented Jan 26, 2023

Fixes have been released in 2.13.1 and 2.13.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants
@roberth @Ericson2314 @edolstra @abathur @DavHau and others