diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4bb3abc --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +This repository contains my custom packages for [Guix]. You can use +these by extending `$GUIX_PACKAGE_PATH` or adding a [channel]. +**But** be warned that these package definitions are unpolished, +likely contain various issues, and often stale. For the most part, +these are packages---sometimes straight from `guix import`---that I +but haven't yet got around to cleaning up, checking, and sending +[upstream]. The remaining packages are ones that are too specific to +be of interest to many other people. + +[Guix]: https://www.gnu.org/software/guix/ +[channel]: https://www.gnu.org/software/guix/manual/en/html_node/Channels.html +[upstream]: mailto:guix-patches@gnu.org |