From 3401e116b26558e24c302faa3e3850c51d766ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 10 Dec 2018 00:45:28 +0000 Subject: [PATCH] Added link to cheatsheet --- pills/03-enter-environment.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pills/03-enter-environment.xml b/pills/03-enter-environment.xml index fea67f9..2aac0c2 100644 --- a/pills/03-enter-environment.xml +++ b/pills/03-enter-environment.xml @@ -8,7 +8,7 @@ Welcome to the third Nix pill. In the second pill we + linkend="install-on-your-running-system">second pill we installed Nix on our running system. Now we can finally play with it a little, these things also apply to NixOS users. @@ -343,7 +343,7 @@ This is quite similar to apt-get update. - (See this page + (See this table for a rough mapping between Ubuntu and NixOS package management.) @@ -354,7 +354,7 @@ We learned how to query the user environment and to manipulate it by installing and uninstalling software. Upgrading software is also straightforward, - as you can read in + as you can read in the manual (nix-env -u will upgrade all packages in the environment).