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: e433d77b1c0a
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: 91f91a716215
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 9, 2019

  1. news: 19.09 release

    disassembler committed Oct 9, 2019
    Copy the full SHA
    a5626c7 View commit details
  2. Merge pull request #311 from disassembler/19.09-release

    news: 19.09 release
    grahamc authored Oct 9, 2019
    Copy the full SHA
    91f91a7 View commit details
Showing with 21 additions and 2 deletions.
  1. +1 −1 Makefile
  2. BIN logo/nixos-logo-19.09-loris-lores.png
  3. +19 −0 news.xml
  4. +1 −1 shell.nix
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NIXOS_SERIES = 19.03
NIXOS_SERIES = 19.09
CHANNEL_NIXOS_STABLE = https://nixos.org/channels/nixos-$(NIXOS_SERIES)/nixexprs.tar.xz
CHANNEL_NIXOS_UNSTABLE = https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz
CHANNEL_NIXPKGS_UNSTABLE = https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz
Binary file added logo/nixos-logo-19.09-loris-lores.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions news.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
<?xml version="1.0" encoding="utf-8" ?>

<news>
<item>
<pubDate>Wed, Oct 09 2019 00:00:00 GMT</pubDate>
<title>
NixOS 19.09 released
</title>
<description>
<a href="https://github.com/NixOS/nixos-artwork/blob/master/releases/19.09-loris/loris.png">
<img class="inline" src="logo/nixos-logo-19.09-loris-lores.png" alt="19.09 Loris logo" with="100" height="87" />
</a>
NixOS 19.09 “Loris” has been released, the twelfth stable release branch.
See the <a href="/nixos/manual/release-notes.html#sec-release-19.09">release notes</a>
for details. You can get NixOS 19.09 ISOs and VirtualBox appliances
from the <a href="nixos/download.html">download page</a>.
For information on how to upgrade from older release branches
to 19.09, check out the
<a href="/nixos/manual/index.html#sec-upgrading">manual section on upgrading</a>.
</description>
</item>

<item>
<pubDate>Wed, Apr 10 2019 00:00:00 GMT</pubDate>
<title>
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
with import (fetchTarball channel:nixos-19.03) {};
with import (fetchTarball channel:nixos-19.09) {};

stdenv.mkDerivation {
name = "nixos.org-homepage";