lib/modules: grammar fix in error msg

main
Maximilian Bosch 3 years ago
parent 5773ae93f7
commit b96101a35f
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 2
      lib/modules.nix

@ -170,7 +170,7 @@ rec {
then throw ''
${baseMsg}
It seems as you're trying to declare an option by placing it into `config' rather than `options'!
It seems as if you're trying to declare an option by placing it into `config' rather than `options'!
''
else
throw ''

Loading…
Cancel
Save