summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2021-01-21 21:57:48 +0100
committerSilvan Mosberger <contact@infinisil.com>2021-01-21 21:57:48 +0100
commit7f2fcc45f734c1e73cef2d7063562b9e411c2614 (patch)
tree9d7116b88eed8fea38d109627abd44994c9fbae6 /.editorconfig
parent33fc9b1c6dec3287425ad88e60e6534e33d1f9b9 (diff)
downloadnixpkgs-7f2fcc45f734c1e73cef2d7063562b9e411c2614.tar
nixpkgs-7f2fcc45f734c1e73cef2d7063562b9e411c2614.tar.gz
nixpkgs-7f2fcc45f734c1e73cef2d7063562b9e411c2614.tar.bz2
nixpkgs-7f2fcc45f734c1e73cef2d7063562b9e411c2614.tar.lz
nixpkgs-7f2fcc45f734c1e73cef2d7063562b9e411c2614.tar.xz
nixpkgs-7f2fcc45f734c1e73cef2d7063562b9e411c2614.tar.zst
nixpkgs-7f2fcc45f734c1e73cef2d7063562b9e411c2614.zip
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.
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions