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/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d468f4b27e32
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38c6c7c8a3f3
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 14, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    f67eb11 View commit details

Commits on Mar 15, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    0258cff View commit details

Commits on Mar 26, 2019

  1. Merge pull request #57617 from aaronjanse/patch-20190313a

    nixos/manual: clarify declarative packages section
    matthewbauer authored Mar 26, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    38c6c7c View commit details
Showing with 7 additions and 2 deletions.
  1. +7 −2 nixos/doc/manual/configuration/declarative-packages.xml
9 changes: 7 additions & 2 deletions nixos/doc/manual/configuration/declarative-packages.xml
Original file line number Diff line number Diff line change
@@ -27,8 +27,13 @@ nixos.firefox firefox-23.0 Mozilla Firefox - the browser, reloaded
<replaceable>...</replaceable>
</screen>
The first column in the output is the <emphasis>attribute name</emphasis>,
such as <literal>nixos.thunderbird</literal>. (The <literal>nixos</literal>
prefix allows distinguishing between different channels that you might have.)
such as <literal>nixos.thunderbird</literal>.
</para>
<para>
Note: the <literal>nixos</literal> prefix tells us that we want to get the
package from the <literal>nixos</literal> channel and works only in CLI tools.

In declarative configuration use <literal>pkgs</literal> prefix (variable).
</para>

<para>