doc/extern: elaborate external modules filtering

Co-authored-by: David Arnold <dar@xoe.solutions>
This commit is contained in:
Pacman99 2021-05-10 12:19:31 -07:00 committed by GitHub
parent 6e906e87bc
commit 8f20bb069a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.