diff options
| author | Pjotr Prins | 2025-10-09 14:21:35 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-01-05 11:12:10 +0100 |
| commit | 90e26d706a42ee92d5f0888ccaf3a9f8fc334013 (patch) | |
| tree | decfd76d30a345b97a507f787b0adffd8ab9291c | |
| parent | ee4c96ce1cf4c1b589ef81a0e6bdf51bfec80493 (diff) | |
| download | gn-gemtext-90e26d706a42ee92d5f0888ccaf3a9f8fc334013.tar.gz | |
typo: fix missing = in guix command
| -rw-r--r-- | topics/guix/packages.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/guix/packages.gmi b/topics/guix/packages.gmi index b27c192..fc7f808 100644 --- a/topics/guix/packages.gmi +++ b/topics/guix/packages.gmi @@ -16,7 +16,7 @@ and checkout guix-past and guix-bioinformatics using git. Note that a codeberg pull may be faster (Guix recently moved main development to Codeberg): ``` -guix pull -p ~/opt/guix-pull --url https://codeberg.org/guix/guix +guix pull -p ~/opt/guix-pull --url=https://codeberg.org/guix/guix ``` Now Guix should be happy with |
