From df70fb6e36c094265ed8f20886ad01a0de903693 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 19 Nov 2024 11:38:34 +0900 Subject: Write a README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e35f52 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Loftix + +Loftix is a Guix channel containing packages +used and made by UNIST Lab of Software. + +## Installation + +Add the [Guix channel] to `~/.config/guix/channels.scm`: + + (cons* (channel + (name 'loftix) + (url "https://trong.loang.net/~cnx/loftix") + (branch "main")) + %default-channels) + +Then run `guix pull`. + +[Guix channel]: https://guix.gnu.org/manual/devel/en/html_node/Channels.html -- cgit 1.4.1