~jgart/guix-repo2docker

This channel contains a pre-release of hulecomte's guix buildpack for testing
README: Update instructions and link github pull request
README: Update hash for start of signed commits
guix-repo2docker initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~jgart/guix-repo2docker
read/write
git@git.sr.ht:~jgart/guix-repo2docker

You can also use your local clone with git send-email.

#guix-repo2docker guix channel

This channel is for testing the integration of a guix buildpack in repo2docker.

Refer to the manual for more information on Guix Channels.

#via load-path

The simplest way to use this channel is to temporarily add it to Guix's load-path:

git clone https://git.sr.ht/~jgart/guix-repo2docker
guix install -L ./guix-repo2docker repo2docker-with-guix-buildpack

#via channels.scm

A more permanent solution is to configure Guix to use this channel as an additional channel. This will extend your package collection with definitions from this channel. Updates will be received (and authenticated) with guix pull.

To use the channel, add it to your configuration in ~/.config/guix/channels.scm:

(cons* (channel
        (name 'guix-repo2docker)
        (url "https://git.sr.ht/~jgart/guix-repo2docker")
        (introduction
         (make-channel-introduction
          "c5ff15d7d529d857d1dde8d995e55043d1a7e717"
          (openpgp-fingerprint
           "3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 77B6 DD35"))))
       %default-channels)

With the channel configured, it can be used as follows:

guix pull
guix search guix-repo2docker-with-buildpack
guix install guix-repo2docker-with-buildpack

#License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

See COPYING for details.