Nix Packages collection & NixOS
Go to file
aszlig aeec1bc5c8
tests/boot-stage1: Use runCommandCC for kcanary
Since 97bfc2fac9, runCommand doesn't
include a compiler anymore. So let's switch to the new runCommandCC,
which resembles the old state.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-10-09 14:15:19 +02:00
.github
doc manual: switch an example from md5 to sha256. 2016-10-07 10:08:22 +02:00
lib maintainers: add goodrone 2016-10-07 14:11:22 +02:00
maintainers
nixos tests/boot-stage1: Use runCommandCC for kcanary 2016-10-09 14:15:19 +02:00
pkgs Merge pull request #19389 from matthiasbeyer/update-mutt 2016-10-09 14:08:38 +02:00
.editorconfig
.gitignore
.mention-bot
.travis.yml
.version
COPYING
default.nix
README.md README: Update to 16.09 2016-10-04 17:45:24 +02:00

logo

Build Status Code Triagers Badge

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: