[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cannot pull from local copy of Guix repository
From: |
Adam |
Subject: |
Re: cannot pull from local copy of Guix repository |
Date: |
Wed, 26 Feb 2025 11:06:17 +0300 |
Hi Felix,
here are the commands
```
cd ~/Downloads/
git clone https://git.savannah.gnu.org/git/guix.git
```
After that I wrote ""file:///home/user/Downloads/guix" to my
~/.config/guix/channels.scm so it looks like this
```
(list (channel
(name 'guix)
;; (url "https://git.savannah.gnu.org/git/guix.git")
(url "file:///home/user/Downloads/guix")
(branch "master")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
```
On Wed, Feb 26, 2025 at 2:27 AM Felix Lechner
<felix.lechner@lease-up.com> wrote:
>
> Hi Adam,
>
> On Tue, Feb 25 2025, Adam wrote:
>
> > I put this repo locally and guix cannot pull from it.
>
> Which sequence of commands did you try, please?
>
> Kind regards
> Felix