website: fix manual path
This commit is contained in:
parent
2c77fdbfba
commit
516590cf12
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
})));
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue