zaphyra's git: haumea

fork of https://github.com/nix-community/haumea

commit 61e88e1f56b96354aca2fbf43c5a77f62bc7415c
parent 4dfc3cad67b9a8aeca75022d7421c7db39df79ef
Author: figsoda <figsoda@pm.me>
Date: Sun, 7 May 2023 23:21:20 -0400

docs: fix build
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/flake.nix b/docs/flake.nix
@@ -24,11 +24,12 @@
           pname = "haumea-docs";
           version = self.shortRev or "0000000";
 
-          src = ../. + "/docs";
+          src = ../.;
 
           nativeBuildInputs = [ pkgs.mdbook ];
 
           buildPhase = ''
+            cd docs
             mkdir theme
             ln -s ${pkgs.documentation-highlighter}/highlight.pack.js theme/highlight.js
             mdbook build -d $out