Test repository to understand few concepts.
I’m just experimenting with Guix packaging of applications written in the Rust programming language.
- This is for Wayland only (Linux)
- This is command-line only
- This is meant to be deployed on a Gnu Guix System environment
guix environment -l guix.scm
CC=gcc cargo buildYou can install the application by running the command below.
guix package -f guix.scmYou can invoke the command rclip-client-cli -h and display available options.
For more information, please visit the official GitHub project page of this application.