Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c7c3dd80638a
Choose a base ref
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 72b7a9f78f85
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 12, 2020

  1. Copy the full SHA
    7efa3dd View commit details

Commits on Nov 14, 2020

  1. Merge pull request #643 from NixOS/revert-642-revert-641-prefer-gnome…

    …-iso
    
    Revert "Revert "NixOS Download: recommend GNOME""
    worldofpeace authored Nov 14, 2020
    1
    Copy the full SHA
    72b7a9f View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 download.tt
8 changes: 4 additions & 4 deletions download.tt
Original file line number Diff line number Diff line change
@@ -110,13 +110,13 @@

<ul class="download-buttons">
<li>
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso">Download (Plasma Desktop, 64bit)</a>
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso.sha256">(SHA-256)</a>
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso">Download (GNOME, 64bit)</a>
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso.sha256">(SHA-256)</a>
<span class="label -success">Recommended for most users</span>
</li>
<li>
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso">Download (GNOME, 64bit)</a>
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso.sha256">(SHA-256)</a>
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso">Download (Plasma Desktop, 64bit)</a>
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso.sha256">(SHA-256)</a>
</li>
</ul>