Silly nixpkgs mirror, totally harmless :3
Find a file
Joachim Fasting 27149b201a
travis: refine NixOS options check
Looks like --show-trace wasn't as useful as I'd hoped.  Also, because checking
nixos options is cheaper than checking the tarball, it makes sense to check the
options first to fail faster.
2016-05-15 11:55:17 +02:00
.github
doc Merge pull request #15010 from FRidh/format 2016-05-09 14:39:41 +01:00
lib Merge branch 'staging' 2016-05-13 10:14:53 +02:00
maintainers travis: refine NixOS options check 2016-05-15 11:55:17 +02:00
nixos dnscrypt-proxy service: robust lib references in apparmor profile 2016-05-15 11:55:17 +02:00
pkgs postgis: fix build after output splits 2016-05-15 11:49:59 +02:00
.gitignore
.mention-bot
.travis.yml
.version
COPYING
default.nix
README.md

logo

Build Status 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.03 for the latest release and nixos-unstable for the latest successful build of master:

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

For pull-requests, please rebase onto nixpkgs master.

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

Communication: