Update README.md

add urls
This commit is contained in:
Matthew Justin Bauer 2016-11-28 22:56:27 -06:00 committed by GitHub
parent 54d18aaa47
commit 3305c6a0e8

View File

@ -52,10 +52,14 @@ TODO
Nix-bundle glues together four different projects to work correctly:
* Nix - a functional package manager
* nixpkgs
* nix-user-chroot - a small bootstrap that uses Linux namespaces to
* Arx - an archive execution tool
* [Arx](https://github.com/solidsnack/arx) - an archive execution tool
* Creates single-file archive executable that can unpack themselves and then run some command. nix-bundle calls nix-user-chroot to bootstrap the Nix environment. It outputs a "./nix" folder.
* [nix-user-chroot](https://github.com/lethalman/nix-user-chroot] - a small bootstrap that uses Linux namespaces to call chroot
* This will create sub namespace and bind mount the "./nix" to "/nix" so that the Nix references function properly.
* [Nix](https://nixos.org/nix/) - a functional package manager
* Used to build runtime closures that are self-contained.
* [nixpkgs](https://nixos.org/nixpkgs/)
* Provides lots of different packages to choose from.
## Drawbacks