Ethan Reece e350dae709 | ||
---|---|---|
.guix/modules | ||
.gitignore | ||
.guix-channel | ||
Justfile | ||
README.md | ||
channels.scm | ||
manifest.scm |
README.md
Guix project template
-
Modify
./guix/modules/template-package.scm
(defines the project),./channels.scm
(for project dependencies), and./manifest.scm
(for development environment) to your requirements. -
Install
just
by adding to your Guix Home configuration or runningguix install just
. -
Run
just update
to update the dependencies. -
Run
just
to compile the program. Runjust run
to compile then run the program. Runjust dev
to open a shell environment with the program's dependencies.