https://gitlab.com/zimoun/advanced-packages-2023
Raw File
Tip revision: e2b1a61486e8b7d75200231cf645b5442373f048 authored by Simon Tournier on 24 November 2023, 17:55:53 UTC
Move PDFs in the root.
Tip revision: e2b1a61
do-support.sh
#!/usr/bin/env bash

here=$(pwd)
cd src
guix time-machine -C channels.scm   \
       -- shell -C -m manifest.scm  \
       -- rubber --pdf support.tex
cd $here
back to top