This repository has been archived on 2025-05-30. You can view files and clone it, but cannot push or open issues or pull requests.
guix-pwntools-template/README.md
2025-04-29 22:22:22 +00:00

9 lines
520 B
Markdown

# 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.
1. Install `just` by adding to your Guix Home configuration or running `guix install just`.
1. Run `just update` to update the dependencies.
1. 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.