diff --git a/doc/concepts/extern.md b/doc/concepts/extern.md index ba249188..45d8dcb5 100644 --- a/doc/concepts/extern.md +++ b/doc/concepts/extern.md @@ -38,5 +38,5 @@ flake.nix: ``` > ##### Note: -> The optimal solution would be to automatically export modules that were created in +> To avoid declaring "external" modules separately, which is obvious since they come from `inputs`, the optimal solution would be to automatically export modules that were created in > your flake. But this is not possible due to NixOS/nix#4740.