1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

Merge pull request #97 from mhwombat/master

Added clarification for NixOS users
This commit is contained in:
Jörg Thalheim 2018-12-23 22:59:16 +01:00 committed by GitHub
commit 9d1aa6a7ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 5 deletions

View file

@ -15,6 +15,9 @@
<para> <para>
Now we'll install Nix on our running system and understand what Now we'll install Nix on our running system and understand what
changed in our system after the installation. changed in our system after the installation.
<emphasis role="bold">If you're using NixOS, Nix is already installed;
you can skip to the <link
linkend="install-on-your-running-system">next</link> pill.</emphasis>
</para> </para>
<para> <para>

View file

@ -16,6 +16,11 @@
<section> <section>
<title>Enter the environment</title> <title>Enter the environment</title>
<para>
<emphasis role="bold">If you're using NixOS, you can skip to the <link
linkend="install-something">next</link> step.</emphasis>
</para>
<para> <para>
In the previous article we created a Nix user, so let's start by switching In the previous article we created a Nix user, so let's start by switching
to it with <command>su - nix</command>. If your to it with <command>su - nix</command>. If your
@ -36,7 +41,7 @@
</para> </para>
</section> </section>
<section> <section xml:id="install-something">
<title>Install something</title> <title>Install something</title>
<para> <para>
@ -325,6 +330,12 @@
<screen><xi:include href="./03/channel-list.txt" parse="text" /></screen> <screen><xi:include href="./03/channel-list.txt" parse="text" /></screen>
<para>
If you're using NixOS, you may not see any output from the above command
(if you're using the default), or you may see a channel whose
name begins with "nixos-" instead of "nixpkgs".
</para>
<para> <para>
That's essentially the contents of <filename>~/.nix-channels</filename>. That's essentially the contents of <filename>~/.nix-channels</filename>.
</para> </para>