You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverts #1677
See: NixOS/nixpkgs#355893
Unstable will be changing the layout of the ISOs somewhat in the next
channel update. Importantly, there will no longer be separate GNOME and
Plasma ISOs. Instead there will be a single combined ISO where either
can be selected in the boot menu. This makes the incoming unstable
update incompatible with the recently merged PR that adds unstable ISOs
to the homepage.
The simplest course of action seems to be to revert the addition to the
homepage and reintegrate it when the homepage updates for 25.05, when
these changes will be live for both stable and unstable.
@flyfloh My sincere apologies. I should have communicated the imminent
changes to the unstable ISO before your PR was merged. I will help
reintegrate it once 25.05 comes around.
@@ -10,13 +10,9 @@ import { nixosDownloadLink } from '../../lib/links';
10
10
11
11
You can install NixOS on physical hardware by burning one of the CD images onto a blank CD/DVD disk, or [by copying it onto a USB stick](/manual/nixos/stable#sec-booting-from-usb). For **installation instructions**, please see the [manual](/manual/nixos/stable).
12
12
13
-
The graphical installation ISO image **contains the graphical NixOS installer** as well as a **Desktop Environment** and several applications. It’s a _live CD_, so it allows you to get an impression of NixOS (and the Nix package manager) without installing it.
14
-
15
-
Note that while the image itself only comes in GNOME and Plasma variations, the included installer also allows installing various other desktops, or installing without a desktop.
13
+
### Graphical ISO image
16
14
17
-
### GNOME
18
-
19
-
#### Stable
15
+
The graphical installation ISO image **contains the graphical NixOS installer** as well as a **Desktop Environment** and several applications. It’s a _live CD_, so it allows you to get an impression of NixOS (and the Nix package manager) without installing it.
20
16
21
17
<divclass="flex flex-col gap-4 md:gap-6 my-4">
22
18
<spanclass="flex items-center gap-2 lg:block">
@@ -55,64 +51,6 @@ Note that while the image itself only comes in GNOME and Plasma variations, the
Note that while the image itself only comes in GNOME and Plasma variations, the included installer also allows installing various other desktops, or installing without a desktop.
The minimal installation ISO image **does not contain the graphical user interface,** and is therefore a lot smaller. You have to [run the installer from the console](/manual/nixos/stable/#ch-installation). It contains a number of rescue tools.
0 commit comments