all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kiasoc5 <kiasoc5@disroot.org>
To: Oleander <7059548@protonmail.com>, help-guix@gnu.org
Subject: Re: Build and upgrade times for heavier packages on old hardware
Date: Sun, 25 Feb 2024 17:09:26 -0500	[thread overview]
Message-ID: <a38eaba2-f6db-415f-bf1e-c1d6ca849cd0@disroot.org> (raw)
In-Reply-To: <8XlwnnK-6_8w4uRIotAYKtLBhnuO9ps3XWkAUIcLNuKBsruuOfp-XMFkPK8bIl5FjtXygIU0QDY8kFC9Hw-NKdepy_FuXJypS4wpZfHJjtA=@protonmail.com>

Hi Oleander,

On 2/25/24 03:06, Oleander wrote:
> Hi kiasoc5,
> thank you.
> 
> Are substitutes in Guix System disabled by running `# guix-daemon 
> --no-substitutes`? How can I see whether they are enabled or not?

I don't know how to directly check the daemon, but you can see if `guix 
build` would download source derivations or substitute derivations with 
`guix build --dry-run ${some-pkg}`.

If substitutes aren't enabled, it should show several derivations with 
compressed sources (store paths ending with *-src.tar.gz.drv or 
*-src.tar.xz.drv), instead of paths not ending in .drv

Since you're running Guix System, you should configure the 
guix-service-type to not use substitutes, like this I think:

(operating-system
   ;; modify services like in the manual
   (services
     (modify-services %desktop-services
       (guix-service-type config =>
          (guix-configuration
             (inherit config)
             (use-substitutes #f)))



  reply	other threads:[~2024-02-25 22:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-21 14:00 Build and upgrade times for heavier packages on old hardware Oleander via
2024-02-21 20:36 ` kiasoc5
2024-02-25  8:06   ` Oleander via
2024-02-25 22:09     ` kiasoc5 [this message]
2024-02-26  9:14     ` Andreas Enge
2024-02-24 17:19 ` Csepp

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

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

  git send-email \
    --in-reply-to=a38eaba2-f6db-415f-bf1e-c1d6ca849cd0@disroot.org \
    --to=kiasoc5@disroot.org \
    --cc=7059548@protonmail.com \
    --cc=help-guix@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.