Skip to content

Commit

Permalink
fix: incorrect type for nixos modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthijs Steen committed Mar 8, 2024
1 parent 6cdede2 commit 0e0a964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixcfg/mkModule.nix
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
name,
}:
lib.nameValuePair name (mkOption {
type = types.attrsOf types.path;
type = types.attrs;
default = { };
description = ''
The set of ${type} ${kind} made available in ${type} configurations.
Expand Down

0 comments on commit 0e0a964

Please sign in to comment.