From 516590cf1299aceb7f987d433e14f406f9089973 Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 29 Mar 2025 04:12:35 +0000 Subject: [PATCH 1/2] website: fix manual path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bba2cdca..cfd249cb 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"; }; }))); }; From 75a7fb885d0afcaa77e6c930be991aab6a6755ab Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 29 Mar 2025 04:12:35 +0000 Subject: [PATCH 2/2] website: try to fix redirect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems like the `#readme` is getting stripped after load, maybe because of the `?tab=…` stuff. Hoping this will fix it. --- doc/website/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/website/index.html b/doc/website/index.html index 173ac650..eebf3a61 100644 --- a/doc/website/index.html +++ b/doc/website/index.html @@ -4,12 +4,12 @@ nix-darwin @@ -17,7 +17,7 @@

nix-darwin is a declarative configuration system for macOS, based on Nix. See the - GitHub + GitHub repository for more information.