about summary refs log tree commit diff
path: root/.guix
AgeCommit message (Collapse)Author
2 daysguix: Push version detection into G-expression.Arun Isaac
We push version detection into the G-expression. This way, it won't interfere with channel compilation.
2 daysAdd v0.1.0 release tarballs.Arun Isaac
2 daysguix: Add G-expressions to create release tarballs. v0.1.0Arun Isaac
2 daysguix: Depend on lzip.Arun Isaac
2 daysREADME: Convert org to markdown.Arun Isaac
2 daysguix: Move website building out of Makefile.Arun Isaac
2 daysguix: Rename run64 package to guile-run64.Arun Isaac
run64 should be packaged separately for each Scheme implementation. If we put it all in one package, that package may have too many unnecessary implementation-specific dependencies.
2 daysUse cond-expand to find the right match library.Arun Isaac
2 daysguix: Move website G-expressions to separate file.Arun Isaac
It is easier to build and test the website if it is in a separate file.
2025-10-01guix: Depend on guile-chibi-match.Arun Isaac
2025-09-30guix: Add guile-chibi-match.Arun Isaac
2025-09-30guix: Use G-expressions for run64 package.Arun Isaac
2024-01-12guix: Export run64 package variable.Arun Isaac
Only public packages are built by the CI. * .guix/run64-package.scm (run64): Export.
2024-01-12guix: Add G-expression computed-file to build website.Arun Isaac
* .guix/run64-package.scm: Import gnu-make from (gnu packages base) and emacs-minimal from (gnu packages emacs). (run64-website-gexp, run64-website): New variables.
2024-01-12Make repository a guix channel.Arun Isaac
* .guix-authorizations, .guix-channel, .guix/run64-package.scm, guix.scm: New files.