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:
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
Reference in a new issue