[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A Suggestion about guix-devel-mode
From: |
Ludovic Courtès |
Subject: |
Re: A Suggestion about guix-devel-mode |
Date: |
Thu, 13 Apr 2017 16:55:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Chris Marusich <address@hidden> skribis:
> Alex Kost <address@hidden> writes:
>
>> To make it clear, this is a question about Emacs-Guix.
>>
>> Feng Shu (2017-04-12 07:10 +0800) wrote:
>>
>>> Maybe we should add three addition keybinding:
>>>
>>> 1. Force rebuild the package defined by the current variable definition.
>>
>> What do you mean? What is the analogous guix shell command?
>
> I could be wrong, but I don't think you can in general force a rebuild.
> The only way to force a rebuild that I know of is to GC the store path
> and then rebuild the package or derivation. If I'm wrong, someone
> please correct me!
You can also force a rebuild with “guix build foo --check”, whose main
purpose is to check for bit-reproducibility.
Ludo’.