diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-10T12·20-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-08-10T12·20-0400 |
commit | 15c035c13f3c452ffef3960e97bd0e9b38d98ec2 (patch) | |
tree | 8a7909bcee714533db1bac4d5f596ff0301e3014 /doc/manual/introduction | |
parent | c8608c488c10789d381b784cf69bb81e2e2b088d (diff) |
Remove nix-install-package.
Refs #831
Diffstat (limited to 'doc/manual/introduction')
-rw-r--r-- | doc/manual/introduction/quick-start.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/manual/introduction/quick-start.xml b/doc/manual/introduction/quick-start.xml index 0d13651e0ab3..5ae9f6ad543b 100644 --- a/doc/manual/introduction/quick-start.xml +++ b/doc/manual/introduction/quick-start.xml @@ -95,18 +95,6 @@ The latter command will upgrade each installed package for which there is a “newer” version (as determined by comparing the version numbers).</para></step> -<!-- -<step><para>You can also install specific packages directly from -your web browser. For instance, you can go to <link -xlink:href="http://hydra.nixos.org/jobset/nixpkgs/trunk/channel/latest" -/> and click on any link for the individual packages for your -platform. Associate <literal>application/nix-package</literal> with -the program <command>nix-install-package</command>. A window should -appear asking you whether it’s okay to install the package. Say -<literal>Y</literal>. The package and all its dependencies will be -installed.</para></step> ---> - <step><para>If you're unhappy with the result of a <command>nix-env</command> action (e.g., an upgraded package turned out not to work properly), you can go back: |