-
Notifications
You must be signed in to change notification settings - Fork 0
/
FAQ.html
83 lines (67 loc) · 2.66 KB
/
FAQ.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en" class="without-js">
<head>
<title>FAQ | Jovian-NixOS</title>
<base href="." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0" />
<link rel="stylesheet" href="styles/index.css" type="text/css" />
<script>
var html = document.documentElement;
html.className = html.className.replace("without-js", "with-js");
</script>
</head>
<body class="path---AQ">
<header>
<div>
<h1><a href="index.html">Jovian-NixOS</a></h1>
<nav>
<ul>
<li><a href="getting-started.html" class="-getting-started">Getting Started</a></li>
<li><a href="in-depth.html" class="-in-depth">In Depth</a></li>
<li><a href="options.html" class="-options">Options</a></li>
<li><a href="packages.html" class="-packages">Packages</a></li>
<li><a href="contributing.html" class="-contributing">Contributing</a></li>
<li><a href="search.html" class="-search">Search</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="generic-layout">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body>
<h1>FAQ</h1>
<blockquote>
<p><strong>Jovian</strong>
“Relating to [...] Jupiter or the class of [...] which Jupiter belongs.”</p>
</blockquote>
<blockquote>
<p>What's Jupiter?</p>
</blockquote>
<p><a href="https://en.wikipedia.org/wiki/Jupiter_(disambiguation)">There's a disambiguation page that won't help you</a>.
It's not known <em>exactly</em> what it's the codename for.
It is either the codename for the Steam Deck, or the codename for the new Steam OS for the Steam Deck.
Things get awfully murky with <em>Neptune</em> also being a thing, and it's unclear from the outside what it is.
To the best of our knowledge, Jupiter is the OS.</p>
<hr>
<blockquote>
<p>What channels are supported?</p>
</blockquote>
<p>Truthfully, no channel is <em>supported</em>, but the older the stable release was cut, the more likely the additions from Jovian NixOS won't work as expected.</p>
<p>Thus, it is preferable to use <code>nixos-unstable</code>. The latest update <em>should</em> work fine, and when it doesn't, it'll be handled soon enough.</p>
</body></html>
</div>
</main>
<footer>
<div>
<nav>
<ul>
<li><a href="sitemap.html">Sitemap</a></li>
<li><a href="https://github.com/Jovian-Experiments/Jovian-NixOS/edit/development/docs/FAQ.md">Edit this page</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>