nixos tests: add documentation machine

This commit is contained in:
Johannes Kirschbauer
2024-09-02 14:32:01 +02:00
parent 9a6b02c118
commit a8e4fb6960
3 changed files with 50 additions and 12 deletions

View File

@@ -6,6 +6,8 @@ let
documentation.nixos.enable = true;
documentation.nixos.extraModules = [
self.nixosModules.clanCore
# This is the only option that is not part of the
# module because it is usually set by flake-parts
{ clan.core.clanDir = ./.; }
];
};