Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: e61a96d70af2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2a8591e08868
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 21, 2021

  1. lib/modules: Set submodule type for renamed option sets

    For renames like
    
      mkAliasOptionModule [ "services" "compton" ] [ "services" "picom" ]
    
    where the target is an option set (like services.picom) instead of a single
    option (like services.picom.enable), previously the renamed option type
    was unset, leading to it being `types.unspecified`.
    
    This changes it to be `types.submodule {}` instead, which makes more
    sense.
    infinisil committed Jan 21, 2021
    Copy the full SHA
    7f2fcc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110392 from Infinisil/rename-type

    lib/modules: Set submodule type for renamed option sets
    infinisil committed Jan 21, 2021
    Copy the full SHA
    2a8591e View commit details
    Browse the repository at this point in the history