unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Nguyễn Gia Phong" <mcsinyx@disroot.org>
To: "jgart" <jgart@dismail.de>, <guix-devel@gnu.org>
Subject: Re: Install every Guix package
Date: Wed, 04 Jan 2023 12:09:30 +0900	[thread overview]
Message-ID: <CPJ2QKKU1243.3LW533IU477E3@guix> (raw)
In-Reply-To: <9bb2b8fd4acff38e2669727cbb5d2990@dismail.de>

On 2023-01-04 at 02:33+00:00, jgart wrote:
> How would you approach writing a script that installs
> every Guix package exhaustively for your current revision?

I don't want to know why you'd like to do that,
but you can start from here:

repo=https://data.guix.gnu.org/repository/1/branch/master
path=latest-processed-revision/packages.json
guix shell curl -- curl $repo/$path?all_results=on |
  guix shell jq -- jq -r '.packages[] | .name' |
  guix shell findutils -- xargs guix shell


  reply	other threads:[~2023-01-04  3:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-04  2:33 🌎️ Install every Guix package 🌎️ jgart
2023-01-04  3:09 ` Nguyễn Gia Phong [this message]
2023-01-04  5:39 ` kiasoc5
2023-01-04 15:52   ` Eric Brown
2023-01-05  2:04 ` 宋文武
2023-01-05  2:50 ` Eric Brown
2023-01-05 18:48   ` kiasoc5
2023-01-05 19:01     ` Eric Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CPJ2QKKU1243.3LW533IU477E3@guix \
    --to=mcsinyx@disroot.org \
    --cc=guix-devel@gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).