From 8f20bb069a082fb9ec7c6c1c64768b3db8e28df7 Mon Sep 17 00:00:00 2001 From: Pacman99 Date: Mon, 10 May 2021 12:19:31 -0700 Subject: [PATCH] doc/extern: elaborate external modules filtering Co-authored-by: David Arnold --- doc/concepts/extern.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.