diff --git a/doc/website/index.html b/doc/website/index.html index 173ac65..eebf3a6 100644 --- a/doc/website/index.html +++ b/doc/website/index.html @@ -4,12 +4,12 @@
nix-darwin is a declarative configuration system for macOS, based on Nix. See the - GitHub + GitHub repository for more information.
diff --git a/flake.nix b/flake.nix index bba2cdc..cfd249c 100644 --- a/flake.nix +++ b/flake.nix @@ -83,7 +83,7 @@ # (This may involve moving it to a separate repository.) website = pkgs.linkFarm "nix-darwin-website" { "index.html" = ./doc/website/index.html; - manual = self.packages.${system}.manualHTML; + manual = "${self.packages.${system}.manualHTML}/share/doc/darwin"; }; }))); };