1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00

website: fix manual path

This commit is contained in:
Emily 2025-03-29 04:12:35 +00:00
parent 2c77fdbfba
commit 516590cf12

View file

@ -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";
};
})));
};