mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
treewide: completely remove types.loaOf
This commit is contained in:
parent
bfd706923e
commit
20d491a317
26 changed files with 52 additions and 147 deletions
|
@ -516,7 +516,7 @@ in
|
|||
<filename>/dev/mapper/<replaceable>name</replaceable></filename>.
|
||||
'';
|
||||
|
||||
type = with types; loaOf (submodule (
|
||||
type = with types; attrsOf (submodule (
|
||||
{ name, ... }: { options = {
|
||||
|
||||
name = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue