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

Commits on Apr 8, 2018

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d8a1c27 View commit details

Commits on Apr 9, 2018

  1. Merge pull request #2055 from dudebout/patch-1

    fix typo in nix-env man page
    edolstra authored Apr 9, 2018
    Copy the full SHA
    d8b752f View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/manual/command-ref/nix-env.xml
2 changes: 1 addition & 1 deletion doc/manual/command-ref/nix-env.xml
Original file line number Diff line number Diff line change
@@ -456,7 +456,7 @@ $ nix-env -f ~/foo.nix -i '.*'</screen>
from another profile:

<screen>
$ nix-env -i --from-profile /nix/var/nix/profiles/foo -i gcc</screen>
$ nix-env -i --from-profile /nix/var/nix/profiles/foo gcc</screen>

</para>