Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.1 KB

guix channel for the UMG MINAI group

Boostraping guix

Debian

sudo apt install guix

Setup for reproducible research

Importing non-existing R packages

guix import cran --recursive PACKAGE >> minai/packages/cran.scm

## from github
guix import cran --recursive --archive=git URL >> minai/packages/cran.scm

Upgrade packages

guix refresh --load-path=. --update --select="module:(minai packages cran)"

Save channels

guix describe --format=channels > channels.scm

Authenticate channel

git clone https://github.com/umg-minai/guix-minai.git
cd guix-minai
git fetch origin keyring:keyring
guix git authenticate 4e47c0f12cf838335bf731b1947ea434923569e3 \
  "7EAB 7082 91D9 28E5 4387  47A7 F9F3 CB1B 50FB 607A"

Details could be found at https://guix.gnu.org/en/blog/2024/authenticate-your-git-checkouts/