From 6e906e87bc07b593ea66066a807b744f54035e77 Mon Sep 17 00:00:00 2001 From: Pacman99 Date: Mon, 10 May 2021 12:17:41 -0700 Subject: [PATCH] doc/extern: improve overlay filtering explanation 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 171d8c58..ba249188 100644 --- a/doc/concepts/extern.md +++ b/doc/concepts/extern.md @@ -13,7 +13,7 @@ flake.nix: channels.nixos.overlays = [ inputs.agenix.overlay ]; } ``` -These overlays will be automatically filtered by inspecting the `inputs` argument. +Upon exporting overlays, these overlays will be automatically filtered out by inspecting the `inputs` argument. ## Modules There is a dedicated `nixos.hostDefaults.externalModules` argument for external