Hi,
On Sun, 12 Feb 2023 at 01:10, Ludovic Courtès wrote:
>> The principle is simple: get commit and directory info from the profile
>> manifest, compare commits, if commits for all channels are the same, do
>> not try to update the profile.
Indeed, some improvements could be done in that direct
Hi Nicolas!
Nicolas Graves via "Development of GNU Guix and the GNU System
distribution." skribis:
> I found an working solution to avoid waiting for the `Computing Guix
> derivation' part when pulling or else.
>
> Here's my snippet:
>
> ```
> (use-modules
> (git)
> (guix profiles)
> (srfi sr
Hi guix!
I found an working solution to avoid waiting for the `Computing Guix
derivation' part when pulling or else.
Here's my snippet:
```
(use-modules
(git)
(guix profiles)
(srfi srfi-1))
(reduce (lambda (x y) (and x y)) #f
(map
(lambda (x)
(let* ((elts (cdada