Skip to content

Commit fbf91b5

Browse files
committed
fixup! Add docs generation and check
1 parent 6e109cf commit fbf91b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/option-docs.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
let
88
eval = lib.evalModules {
99
modules = [
10-
./nixosModules/master.nix
11-
./nixosModules/worker.nix
10+
../nixosModules/master.nix
11+
../nixosModules/worker.nix
1212
{
1313
config._module.check = false;
1414
options._module.args = lib.mkOption {

0 commit comments

Comments
 (0)