aboutsummaryrefslogtreecommitdiff
path: root/.guix/ccwl-package.scm
AgeCommit message (Expand)Author
2024-01-25Revert "guix: Use source with complete git repo to build website."•••This reverts commit af2f18534bd38703b98cb329d3110a8073d39fb6. When building as a Guix channel, the complete git repository is not available anyway. Arun Isaac
2024-01-25guix: Use source with complete git repository to build website.•••* .guix/ccwl-package.scm: Import git-minimal from (gnu packages version-control). (ccwl-source-with-git-repo): New variable. (ccwl-website-gexp): Make git visible via PATH. Use ccwl-source-with-git-repo. Arun Isaac
2024-01-13guix: Add G-expression computed-file to build website.•••* .guix/ccwl-package.scm: Import emacs-minimal from (gnu packages emacs), font-charter and font-fira-code from (gnu packages fonts), %guile-build-system-modules from (guix build-system guile), and (guix profiles). (ccwl-website-gexp, ccwl-website): New variables. Arun Isaac
2023-07-08Make repository a guix channel.•••* .guix-authorizations, .guix-channel: New files. * guix.scm: Convert to a symlink pointing to .guix/ccwl-package.scm. Move original there. * .guix/ccwl-package.scm: Convert into a module with public packages. Arun Isaac