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

Remove one-click install reference

Fixes: https://github.com/NixOS/nixpkgs/issues/34745
This commit is contained in:
Jan Tojnar 2021-11-22 17:42:47 +01:00
parent 921d5d07cf
commit 847ff3ca52

View file

@ -259,8 +259,8 @@
<para>
This makes packages self-contained, ensuring (apart data and
configuration) that copying the runtime closure on another machine is
sufficient to run the program. That's why Nix has
<link xlink:href="https://nixos.org/manual/nix/stable/release-notes/rl-0.8.html">one-click install</link>,
sufficient to run the program. That's what allows running programs without
installation using <code>nix-shell</code>
or
<link xlink:href="https://nixos.org/manual/nix/stable/introduction.html">reliable deployment in the cloud</link>.
All with one tool.