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: fa48d00076ee
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: e35b6a6f23e2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 24, 2018

  1. Copy the full SHA
    42c8847 View commit details

Commits on Aug 27, 2018

  1. Merge pull request #235 from magnetophon/pkgNrs

    Update the number of packages in index.tt and about.tt
    edolstra authored Aug 27, 2018
    Copy the full SHA
    e35b6a6 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 nixos/about.tt
  2. +2 −2 nixpkgs/index.tt
4 changes: 2 additions & 2 deletions nixos/about.tt
Original file line number Diff line number Diff line change
@@ -234,8 +234,8 @@ Here are some highlights of what NixOS currently provides:</p>
declaratively through <tt>configuration.nix</tt>.</li>

<li>NixOS build on the <a href="[%root%]nixpkgs">Nix Packages
collection</a> (Nixpkgs), which provides Nix expressions for nearly
6500 packages that you can install under NixOS.</li>
collection</a> (Nixpkgs), which provides Nix expressions for over
40&#8201;000 packages that you can install under NixOS.</li>

<li>NixOS has automatic hardware detection: the boot process loads
kernel modules for all known devices automatically. It also has
4 changes: 2 additions & 2 deletions nixpkgs/index.tt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[% WRAPPER layout.tt title="The Nix Packages collection" menu='nixpkgs' %]

<p>The <em>Nix Packages collection</em> (Nixpkgs) is a set of nearly
6,500 packages for the Nix package manager, released under a <a
<p>The <em>Nix Packages collection</em> (Nixpkgs) is a set of over
40&#8201;000 packages for the Nix package manager, released under a <a
href="https://github.com/NixOS/nixpkgs/blob/master/COPYING">permissive
MIT/X11 license</a>. It supports the following platforms (though not
all packages work on all platforms):</p>