From a7c20465ecd79b13d4cfe151c3096b2c309f2bf6 Mon Sep 17 00:00:00 2001 From: Pacman99 Date: Tue, 8 Jun 2021 18:27:54 -0700 Subject: [PATCH] doc/suites: updating explanation of suites --- doc/concepts/suites.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/concepts/suites.md b/doc/concepts/suites.md index 0182d9be..e120ad67 100644 --- a/doc/concepts/suites.md +++ b/doc/concepts/suites.md @@ -2,11 +2,10 @@ Suites provide a mechanism for users to easily combine and name collecitons of profiles. For good examples, check out the suites defined in the community branch. -`suites` are a special case of an `importable` which get passed as a special -argument (one that can be use in an `imports` line) to your hosts. - -They are defined with the `suites` argument in either the `home` or `nixos` namespace. -Suites should be passed as a function that take profiles as an argument. +`suites` are defined in the `importables` argument in either the `home` or `nixos` +namespace. They are a special case of an `importable` which get passed as a special +argument (one that can be use in an `imports` line) to your hosts. All lists defined +in `suites` are flattened and type-checked as paths. ## Definition ```nix