diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-02-06 23:31:21 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-02-06 23:39:46 -0500 |
commit | 62e1e7841b6e54505fcc09d425f80f721a6d5036 (patch) | |
tree | 5abe964b973a0677d95d885890f0e0111617a7e8 | |
parent | b8aa1b43704c97a18396b88686328d82a1f05af9 (diff) | |
download | guix-packages-62e1e7841b6e54505fcc09d425f80f721a6d5036.tar.gz |
Add README
-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 |