mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
It seems like the `#readme` is getting stripped after load, maybe because of the `?tab=…` stuff. Hoping this will fix it.
24 lines
640 B
HTML
24 lines
640 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>nix-darwin</title>
|
|
<script>
|
|
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#readme">
|
|
</noscript>
|
|
</head>
|
|
<body>
|
|
<h1>nix-darwin</h1>
|
|
<p>
|
|
nix-darwin is a declarative configuration system for macOS, based
|
|
on Nix. See the
|
|
<a href="https://github.com/nix-darwin/nix-darwin#readme">GitHub
|
|
repository</a> for more information.
|
|
</p>
|
|
</body>
|
|
</html>
|