Sergei Trofimovich ed44e589ea sys-apps/nix: new package, The Purely Functional Package Manager
Nix is a source-based package manager with strong support for
binary packages. It uses multiple tricks to make package
source dependencies robust:

- nix installs every package into it's own --prefix=.
  Example: /nix/store/xsqz79bzclgrgnnlffp3qa0g4wnbcrp1-firefox-50.1.0
- nix builds packages with PATH (and similar) only including explicitly
  listed depends. This eliminates automagic dependency.
- nix tracks full environment where package was built.
  Once environment changes new package needs to be built.

That's how you install firefox just for your current user:

    $ nix-env -iA nixpkgs.firefox

Package-Manager: Portage-2.3.3, Repoman-2.3.1
2017-01-17 11:37:30 +00:00
2017-01-16 20:58:30 +02:00
2017-01-15 17:30:04 +01:00
2017-01-15 21:52:37 +01:00
2017-01-15 12:42:32 +01:00
2017-01-16 19:03:35 -05:00
2017-01-15 12:19:42 +01:00
2017-01-16 12:37:40 -06:00
2017-01-15 19:28:10 +00:00
2017-01-15 12:20:13 +01:00
2017-01-15 20:47:01 -07:00
2017-01-16 00:23:58 +01:00
2017-01-13 04:56:24 +11:00
Description
No description provided
9.3 GiB
Languages
Shell 73.6%
Roff 25.9%
Emacs Lisp 0.1%