nixos/documentation: Allow the inclusion of a nixpkgs/modules directory

This commit is contained in:
Robert Hensing
2025-08-06 14:31:48 +02:00
parent efaca0c196
commit dcc0ee9ea1
3 changed files with 20 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ let
version = release;
revision = "release-${release}";
prefix = modulesPath;
extraSources = [ (dirOf nixosPath) ];
};
in
docs.optionsNix