mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Merge pull request #1407 from emilazy/push-xktutyxmrvks
website: try to fix
This commit is contained in:
commit
53d0f0ed11
2 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@
|
|||
<meta charset="utf-8">
|
||||
<title>nix-darwin</title>
|
||||
<script>
|
||||
window.location.replace("https://github.com/nix-darwin/nix-darwin?tab=readme-ov-file#readme");
|
||||
window.location.replace("https://github.com/nix-darwin/nix-darwin#readme");
|
||||
</script>
|
||||
<noscript>
|
||||
<meta
|
||||
http-equiv="refresh"
|
||||
content="0; url=https://github.com/nix-darwin/nix-darwin?tab=readme-ov-file#readme">
|
||||
content="0; url=https://github.com/nix-darwin/nix-darwin#readme">
|
||||
</noscript>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -17,7 +17,7 @@
|
|||
<p>
|
||||
nix-darwin is a declarative configuration system for macOS, based
|
||||
on Nix. See the
|
||||
<a href="https://github.com/nix-darwin/nix-darwin?tab=readme-ov-file#readme">GitHub
|
||||
<a href="https://github.com/nix-darwin/nix-darwin#readme">GitHub
|
||||
repository</a> for more information.
|
||||
</p>
|
||||
</body>
|
||||
|
|
|
@ -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