Re: avoid Computing Guix derivation when not necessary

2023-02-13 Thread zimoun
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

Re: avoid Computing Guix derivation when not necessary

2023-02-11 Thread Ludovic Courtès
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

avoid Computing Guix derivation when not necessary

2023-02-10 Thread Development of GNU Guix and the GNU System distribution.
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