packaging/everything.nix: Use a multi-output derivation#12582
Merged
Ericson2314 merged 1 commit intoNixOS:masterfrom Feb 28, 2025
Merged
packaging/everything.nix: Use a multi-output derivation#12582Ericson2314 merged 1 commit intoNixOS:masterfrom
Ericson2314 merged 1 commit intoNixOS:masterfrom
Conversation
This should fix a few packaging regressions. `dev` also includes a merged `includes/`, which may be helpful until inter-component includes are fixed properly.
mergify bot
added a commit
that referenced
this pull request
Mar 1, 2025
…2582 packaging/everything.nix: Use a multi-output derivation (backport #12582)
mergify bot
added a commit
that referenced
this pull request
Mar 2, 2025
…2582 packaging/everything.nix: Use a multi-output derivation (backport #12582)
Mic92
pushed a commit
to NixOS/nixpkgs
that referenced
this pull request
Mar 11, 2025
More or less NixOS/nix#12582 and a few cleanups. (will upstream)
sandptel
pushed a commit
to sandptel/nixpkgs
that referenced
this pull request
Mar 13, 2025
More or less NixOS/nix#12582 and a few cleanups. (will upstream)
Ericson2314
pushed a commit
to NixOS/nixpkgs
that referenced
this pull request
Mar 16, 2025
More or less NixOS/nix#12582 and a few cleanups. (will upstream) (cherry picked from commit 2850cb7)
This was referenced Mar 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
This is expected to fix a few packaging regressions, by providing a "normal" multi-output package which is based on a same-shaped multi-output derivation, as
mkDerivationalways does.devalso includes a mergedincludes/, which may be helpful until inter-component includes are fixed properly.Context
Add 👍 to pull requests you find important.
The Nix maintainer team uses a GitHub project board to schedule and track reviews.