1
0
Fork 0
Go to file Use this template
Ethan Reece 111662f8e3
Remove gnu packages fontutils from manifest
2024-09-22 01:49:24 -05:00
.guix/modules Copy template files 2024-09-22 00:12:18 -05:00
.gitignore Copy template files 2024-09-22 00:12:18 -05:00
.guix-channel Copy template files 2024-09-22 00:12:18 -05:00
Justfile Copy template files 2024-09-22 00:12:18 -05:00
README.md Copy template files 2024-09-22 00:12:18 -05:00
channels.scm Copy template files 2024-09-22 00:12:18 -05:00
manifest.scm Remove gnu packages fontutils from manifest 2024-09-22 01:49:24 -05:00

README.md

Guix project template

  1. Modify ./guix/modules/template-package.scm (defines the project), ./channels.scm (for project dependencies), and ./manifest.scm (for development environment) to your requirements.

  2. Install just by adding to your Guix Home configuration or running guix install just.

  3. Run just update to update the dependencies.

  4. Run just to compile the program. Run just run to compile then run the program. Run just dev to open a shell environment with the program's dependencies.