diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-18 15:25:01 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-18 15:25:01 +0100 |
commit | d38487e9ca0578d64ef4ec75bdc7b6f80643555a (patch) | |
tree | a459825bf25803ceded7b4dd06aaa0cbe8d42cf0 /README | |
parent | f8348b91adf7c878ffad2229e60db7c67565a516 (diff) | |
download | guix-d38487e9ca0578d64ef4ec75bdc7b6f80643555a.tar guix-d38487e9ca0578d64ef4ec75bdc7b6f80643555a.tar.gz |
doc: Add a "Related software" section to `README'.
* README (Related software): New section.
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -56,3 +56,16 @@ The repository is at <https://gitorious.org/guix/>. Please email <ludo@gnu.org> or <nix-dev@lists.science.uu.nl>, or join #guile or #nixos on irc.freenode.net or `civodul'. + +* Related software + + - [[http://nixos.org][Nix, Nixpkgs, and NixOS]], functional package manager and associated + software distribution, are the inspiration of Guix + - [[http://www.gnu.org/software/stow/][GNU Stow]] builds around the idea of one directory per prefix, and a + symlink tree to create user environments + - [[http://www.pvv.ntnu.no/~arnej/store/storedoc_6.html][STORE]] shares the same idea + - [[https://live.gnome.org/OSTree/][GNOME's OSTree]] allows bootable system images to be built from a + specified set of packages + - The [[http://www.gnu.org/s/gsrc/][GNU Source Release Collection]] (GSRC) is a user-land software + distribution; unlike Guix, it relies on core tools available on the + host system |