Closed
Conversation
This change which involves creating multiple outputs for CUDA redistributable packages. We use a script to find out, ahead of time, the outputs each redist package provides. From that, we are able to create multiple outputs for supported redist packages, allowing users to specify exactly which components they require. Beyond the script which finds outputs ahead of time, there is some custom code involved in making this happen. For example, the way Nixpkgs typically handles multiple outputs involves making `dev` the default output when available, and adding `out` to `dev`'s `propagatedBuildInputs`. Instead, we make each output independent of the others. If a user wants only to include the headers found in a redist package, they can do so by choosing the `dev` output. If they want to include dynamic libraries, they can do so by specifying the `lib` output, or `static` for static libraries. To avoid breakages, we continue to provide the `out` output, which becomes the union of all other outputs, effectively making the split outputs opt-in.
xrdp: 0.9.22.1 -> 0.9.23
traceroute: 2.1.2 -> 2.1.3
openmsx: 19.0 -> 19.1
apt: 2.7.2 -> 2.7.3
typst-lsp: 0.9.4 -> 0.9.5
maintainers: add gmemstr
mautrix-discord: init at 0.6.1
…-outputs cudaPackages: multiple outputs for redistributables
valent: unstable-2023-07-31 -> unstable-2023-08-26
maui-shell: 0.5.6 -> 0.6.6
…s.django-admin-datta python310Packages.django-admin-datta: 1.0.7 -> 1.0.10
…board CuboCore.corekeyboard: 4.4.0 -> 4.5.0
typstfmt: 0.2.0 -> 0.2.1
…s.pytile python310Packages.pytile: 2023.04.0 -> 2023.08.0
…s.aioridwell python310Packages.aioridwell: 2023.07.0 -> 2023.08.0
cargo-expand: 1.0.64 -> 1.0.65
nixos/kanidm: fix broken doc links
…s.mashumaro python310Packages.mashumaro: 3.9 -> 3.9.1
…s.grpc-interceptor python310Packages.grpc-interceptor: 0.15.2 -> 0.15.3
This pull request was closed.
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.
Description of changes
Pull in some new MIME info.
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)