From 67ac470c2d6474c637c6320ba8d5f89d09d8cbfd Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 13 Mar 2024 07:57:52 -0400 Subject: [PATCH] chore(docs): Fix a few things about docs --- doc/flake.nix | 2 +- justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: