From 847ff3ca52417ac77f8056de1833217ecc16ab6b Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Mon, 22 Nov 2021 17:42:47 +0100 Subject: [PATCH] Remove one-click install reference Fixes: https://github.com/NixOS/nixpkgs/issues/34745 --- pills/09-automatic-runtime.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pills/09-automatic-runtime.xml b/pills/09-automatic-runtime.xml index 7dbb931..e6ea80f 100644 --- a/pills/09-automatic-runtime.xml +++ b/pills/09-automatic-runtime.xml @@ -259,8 +259,8 @@ 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 - one-click install, + sufficient to run the program. That's what allows running programs without + installation using nix-shell or reliable deployment in the cloud. All with one tool.