blob: eebf3a61604dede20f3a83bb509eaf01e655f13d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!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>
|