Nix Packages collection
Go to file
Susan Potter f22817d8d2
kibana: fix 4.6.0 for i686
(cherry picked from commit c3e57f3095)
2016-10-01 22:37:10 -04:00
.github
doc buildGoPackage: deps.json -> deps.nix in NIXON 2016-09-16 00:08:44 +01:00
lib toDerivation: Provide "out" and "outputName" attributes 2016-09-29 20:13:35 +02:00
maintainers fetch-kde-qt.sh: modularize script allowing multiple versions 2016-08-25 10:07:03 -05:00
nixos nixos/lib/testing: Fix unsetting $xchg 2016-10-01 21:26:43 +03:00
pkgs kibana: fix 4.6.0 for i686 2016-10-01 22:37:10 -04:00
.gitignore
.mention-bot
.travis.yml Revert "travis: only fetch top commit" 2016-09-07 17:15:56 +02:00
.version
COPYING
default.nix Separate fix-point from config importing hacks and other impurities 2016-07-14 14:33:23 -07:00
README.md README: Update to 16.09 2016-09-02 08:54:40 -04:00

logo

Build Status Code Triagers Badge Issue Stats Issue Stats

Nixpkgs is a collection of packages for the Nix package manager. It is periodically built and tested by the hydra build daemon as so-called channels. To get channel information via git, add nixpkgs-channels as a remote:

% git remote add channels git://github.com/NixOS/nixpkgs-channels.git

For stability and maximum binary package support, it is recommended to maintain custom changes on top of one of the channels, e.g. nixos-16.09 for the latest release and nixos-unstable for the latest successful build of master:

% git remote update channels
% git rebase channels/nixos-16.09

For pull-requests, please rebase onto nixpkgs master.

NixOS linux distribution source code is located inside nixos/ folder.

Communication: