From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id qP7oELID3WSzFQAASxT56A (envelope-from ) for ; Wed, 16 Aug 2023 19:13:22 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id oFAhEbID3WRlKQEA9RJhRA (envelope-from ) for ; Wed, 16 Aug 2023 19:13:22 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 081D451BAE for ; Wed, 16 Aug 2023 19:13:22 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=DSQ4X5V7; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692206002; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=wjvTybTrE3/q1Xoq+zfJZhsCyhJuc2X45m5L9AkuqH8=; b=UeJya4o69HK0skH8eqHbL14PTFkYkZBAZolHHAwEj+TX65zwnLrNFrQSneEUl7z3Yi3CB+ TUMUJrByMqmS95QGItpkLIuTT3nIfbNOuELzkmxllJvobP3DlngyKeybhv11RFVkxWKE4I IK1CrPCm+eRIDy3HxfeyDR5aabmHymgsQgly/ORhRLW3QPo4s+pMj7Ve/tglElGe6TkwHd fBC45tVmuxFvq/SvIqjDzlm9rVGDYRoQZzjyC1k4G+Z36Z8GM96Jdp86oapoQ6g0JEmBq+ vUQwfk+AmfvLIX+kG9s8z/wObtHHzQ6K/LiqQDfZxRveHrR1R/OA7aomoNI54Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=DSQ4X5V7; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692206002; a=rsa-sha256; cv=none; b=FgbujlQgMnyBGmI4ysvFGjDYRQDqTTGXgLY2jH79NHcF1FTV/CBWHilicoD4aQfIgov0Im Oz14BhtdFoagcojvQ73bewDlAqmhZDYlkV/6Xv0zdMxg2RGW3nATNFVIIVqV9xHPWSBAiT IyhZJZV4nRdY2GykXMMNcruq87l/O0AzTXhV62wz4T523bdXLkf38GRc3tVDG4v9zzdTzK iNRZWcuNW4Tgbij49MWYKpGpu/IOf/E8GXj3g3fqYkSLLV9YrEVoKGy70ad973HPUpZcRC RA/jv1rmvtiTGnuC+9JwU9XrzfatxHecSvFq4VO2f7xWSo/LbUssTxZPCoG23w== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qWK4G-0001K2-MK; Wed, 16 Aug 2023 13:12:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qWK40-00018Z-DL for guix-patches@gnu.org; Wed, 16 Aug 2023 13:12:13 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qWK40-0006U6-5T for guix-patches@gnu.org; Wed, 16 Aug 2023 13:12:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qWK40-0005Sk-1Y for guix-patches@gnu.org; Wed, 16 Aug 2023 13:12:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65229] [PATCH 2/2] ui: 'load*' accepts /dev/fd/N files pointing to a pipe. Resent-From: Simon Tournier Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 16 Aug 2023 17:12:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65229 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 65229@debbugs.gnu.org Cc: Josselin Poiret , Tobias Geerinckx-Rice , maurice.bremond@inria.fr, Mathieu Othacehe , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Christopher Baines , Ricardo Wurmus , Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 65229-submit@debbugs.gnu.org id=B65229.169220590520668 (code B ref 65229); Wed, 16 Aug 2023 17:12:08 +0000 Received: (at 65229) by debbugs.gnu.org; 16 Aug 2023 17:11:45 +0000 Received: from localhost ([127.0.0.1]:41925 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWK3d-0005NI-6g for submit@debbugs.gnu.org; Wed, 16 Aug 2023 13:11:45 -0400 Received: from mail-wm1-x32f.google.com ([2a00:1450:4864:20::32f]:39275) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWK3a-0005Mk-Jt for 65229@debbugs.gnu.org; Wed, 16 Aug 2023 13:11:44 -0400 Received: by mail-wm1-x32f.google.com with SMTP id 5b1f17b1804b1-3fe1b6192e8so18085985e9.1 for <65229@debbugs.gnu.org>; Wed, 16 Aug 2023 10:11:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692205897; x=1692810697; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=wjvTybTrE3/q1Xoq+zfJZhsCyhJuc2X45m5L9AkuqH8=; b=DSQ4X5V7rI0Pr9EnHS5mowAhvpOywVsHd/YUYA8TWBXs6EOUzEctsjBG14oNICSoo2 gKSwUjrE0eSnsw1U/hpAwDfPcZx0cm0gPNlqKSECzRBw/ZLwNCtqDFFDw0Spvd6MAnEx RpcD4cVqUqbcSFWZWZKwpa4P8lJXypWBCSqitxhv8Sh9+NKLLRi+lKgFjV8fWQnAmq0G 2Wt79hybSSqAYw8hhZhp5fIlk+xxJQoYxj4F9+OLuYKnA8nHE7UKtFioHRowbAcT88JT EnMek1bk/JF52PycG4I5EBnYt0vmGvYHUBT9djdmyQoi+l8NMQ0yTVLQlAuKy8xAGI+d obYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692205897; x=1692810697; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=wjvTybTrE3/q1Xoq+zfJZhsCyhJuc2X45m5L9AkuqH8=; b=XoZHfq7yUlLZfvqseRF3R9SsJaA7JsigLbcCpKC6JtUa7WR1pSdEojdvq+eruuEtJZ IJU5bmEb+v8Eo4yozOIB68nJfoav650HcpyhvI+67J7aJxKHM5K5UO1QnF9ScmJtl/Rz jy95UNo+JPyHiqR4p7cRsuX9ersZR25ya6MHNotjKxqH1tx+6mza7vLVxKsmjL+jkrSQ HDJ704UWMaVolgRaT+F7Z6FGV1U26qCNwOIzaulJFL1JLWk4vOlmoOLJX6FVCwbx+urw hxqA3svjZotr8g2GtJSrPI3V4/2CuC8yvI08FHXNbBHt0kU4agkUxhkLVJ6BNgGcv0wS YREg== X-Gm-Message-State: AOJu0Yz/xs1fJ4SHemczLeVJg134diYQP3xhlqF01aVAwc5AhwSsysIO jNfOAC8uOj5lhBDg2YqY18pEAzbyq14= X-Google-Smtp-Source: AGHT+IGJViMZYvhd6dSEMCWT7+sh4RKZhFuFfVa6kpLsY3G0IjiQrzBZ3rPQuvNw37B8KcDE5NZtZw== X-Received: by 2002:a05:600c:850d:b0:3f8:efad:31ee with SMTP id gw13-20020a05600c850d00b003f8efad31eemr1939126wmb.2.1692205896966; Wed, 16 Aug 2023 10:11:36 -0700 (PDT) Received: from pfiuh07 ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id a4-20020a5d53c4000000b00319756d5b80sm11762144wrw.29.2023.08.16.10.11.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Aug 2023 10:11:36 -0700 (PDT) From: Simon Tournier In-Reply-To: References: Date: Wed, 16 Aug 2023 15:32:13 +0200 Message-ID: <87a5urglk2.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: 2.81 X-Migadu-Queue-Id: 081D451BAE X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: 2.81 X-TUID: cdkKs58ZSypX Hi Ludo, Cool! On Fri, 11 Aug 2023 at 17:34, Ludovic Court=C3=A8s wrote: > This allows users to write Bash commands like: > > guix time-machine -C <(echo %default-channels) -- ... > > or: > > guix build -m <(echo '(specifications->manifest (list "guile"))') I propose to document this. WDYT about this? --8<---------------cut here---------------start------------->8--- 1 file changed, 6 insertions(+) doc/guix.texi | 6 ++++++ modified doc/guix.texi @@ -5103,6 +5103,12 @@ Invoking guix time-machine @item -q Inhibit loading of the user and system channel files, @file{~/.config/guix/channels.scm} and @file{/etc/guix/channels.scm}. + +This option is equivalent to the command run on Bash shell: + +@example +guix time-machine -C <(echo %default-channels) -- build hello +@end example @end table =20 As for @command{guix pull}, in the absence of any options, --8<---------------cut here---------------end--------------->8--- Cheers, simon