diff --git a/doc/flake.nix b/doc/flake.nix index 910c4de..749a612 100644 --- a/doc/flake.nix +++ b/doc/flake.nix @@ -14,7 +14,7 @@ perSystem = { flake-parts-docs = { enable = true; - modules."nixos-flake" = { + modules."services-flake" = { path = ./.; pathString = "./."; }; diff --git a/justfile b/justfile index b56554c..741c27d 100644 --- a/justfile +++ b/justfile @@ -28,7 +28,7 @@ test service: # Run doc server with hot-reload doc: - nix run ./doc + cd ./doc && nix run # Build docs static website (this runs linkcheck automatically) doc-static: